matrix-docker-ansible-deploy/roles/matrix-postgres/templates/usr-local-bin
Julian Foad d1f28d17bb Allow psql args to be given to matrix-postgres-cli
This passes any arguments given to 'matrix-postgres-cli' to the 'psql' command.

Examples:
  $ # start an interactive shell connected to a given db
  $ sudo matrix-postgres-cli -d synapse
  $ # run a query, non-interactively
  $ sudo matrix-postgres-cli -d synapse -c 'SELECT group_id FROM groups;'
2021-02-03 12:59:21 +00:00
..
matrix-change-user-admin-status.j2 Fix some Postgres CLI scripts to target the correct database 2021-01-23 11:38:34 +02:00
matrix-postgres-cli.j2 Allow psql args to be given to matrix-postgres-cli 2021-02-03 12:59:21 +00:00
matrix-postgres-update-user-password-hash.j2 Fix some Postgres CLI scripts to target the correct database 2021-01-23 11:38:34 +02:00