pg_dump_sample
pg_dump_sample copied to clipboard
Tool for dumping a sample of data from PostgreSQL
pg: unknown authentication message response: 10
The username does not necessarily match the database name.
It would be nice to have (documented) a connection string defined as an URI, in a configuration file, as a command line parameter, or as an environment variable.
I've seen the `SSL: false,` in the code, but didn't know if this was there for a reason. Popular services like Heroku Postgres, will only allow to connect through SSL....