Merge pull request #851 from julianfoad/postgres-cli-allow-psql-args

Allow psql args to be given to matrix-postgres-cli
This commit is contained in:
Slavi Pantaleev 2021-02-03 15:09:41 +02:00 committed by GitHub
commit 33e2887876
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,4 +9,5 @@ docker run \
--env-file={{ matrix_postgres_base_path }}/env-postgres-psql \
--network {{ matrix_docker_network }} \
{{ matrix_postgres_docker_image_to_use }} \
psql -h {{ matrix_postgres_connection_hostname }}
psql -h {{ matrix_postgres_connection_hostname }} \
"$@"