eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document password option

hyperknot opened this issue · comments

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.

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.

Documentation added in commit a256969