You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
In the vein of these services, it will be great to allow pg_dump_sample to read the credentials from a connection info string or a connection url:
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.In the vein of these services, it will be great to allow
pg_dump_sample
to read the credentials from a connection info string or a connection url:The text was updated successfully, but these errors were encountered: