matrix-docker-ansible-deploy/roles/matrix-postgres/templates
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
..
sql
systemd
usr-local-bin Allow psql args to be given to matrix-postgres-cli 2021-02-03 12:59:21 +00:00
env-postgres-psql.j2
env-postgres-server.j2