apply default postgres connection config from dotfiles and .pgpass
This solves two minor problems with pg's default connection parameters:
- it doesn't read
~/.pgpass/PGPASSFILE userdefaults to the OS user. In our work we always use Docker and thepostgresuser, so we can configure that as the default with the following inpackage.jsonor.get-pg-configrcetc:"get-pg-config": { "defaults": { "user": "postgres" } }