PostgreSQL#
https://www.postgresql.org/docs/current/index.html
psql#
Setting psql’s log level (reference).
PGOPTIONS='--client-min-messages=WARNING' psql
Stopping on the first error
psql --set 'ON_ERROR_STOP=1'
sleep infinity in docker-compose
Python Method Redefinition