matrix-docker-ansible-deploy/roles/matrix-postgres
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
..
defaults Wait some more when starting Postgres during setup on ARM 2021-01-22 16:21:30 +02:00
tasks Notify people if /matrix/postgres/data-auto-upgrade-backup exists 2021-01-23 14:14:45 +02:00
templates Allow psql args to be given to matrix-postgres-cli 2021-02-03 12:59:21 +00:00