PostgreSQL CLI Setup
sandrock.co.za
PostgreSQL CLI Setup
1–4 of 4 posts
Re: PostgreSQL CLI Setup
#2Tips for making the CLI expierience nicer for PostgeSQL databases
Re: PostgreSQL CLI Setup
#3Good setup. One thing worth adding — pgpass file for credential management if you're connecting to multiple databases. Saves a lot of repeated password entry across environments.
Re: PostgreSQL CLI Setup
#4Good setup. One thing worth adding — pgpass file for credential management if you're connecting to multiple databases. Saves a lot of repeated password entry across environments.
`.pgpass` is the second item in the setup after `.pg_service.conf`.