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 Add double quotes to avoid synatx errors 2021-01-30 22:54:51 +01:00
systemd Do not report docker kill/rm attempts as errors 2021-01-27 10:22:46 +02:00
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 Fix indentation in templates 2019-05-07 21:23:35 +02:00
env-postgres-server.j2 Use C collation for Postgres to appease Synapse 2020-01-21 00:13:47 +02:00