Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add psql to the container image. (#607)
It could be used to implement container health checks. Example: PGPASSWORD="<some-password>" psql -U pgcat -p 6432 -h 127.0.0.1 -tA -c "show version;" -d pgcat >/dev/null
- Loading branch information