eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)
BSD 3-Clause "New" or "Revised" License
389 stars 42 forks source link

Document password option #77

Closed hyperknot closed 4 years ago

hyperknot commented 4 years ago

OK, just by pure luck I figured out that if I add a password = ... option to the config file it works. Please document this, as long as this is the right way.

eulerto commented 4 years ago

Read libpq documentation. You can include password in connection string or connection URI (you don't need to add the pgquarrel parameter password ). I'll add a hint about using dbname to specify connection strings or connections URIs.

eulerto commented 4 years ago

Documentation added in commit a256969a18b90b571aed87b6d7ba6b6b4d5728d4