pg_dump_sample icon indicating copy to clipboard operation
pg_dump_sample copied to clipboard

Tool for dumping a sample of data from PostgreSQL

Results 4 pg_dump_sample issues
Sort by recently updated
recently updated
newest added

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....