We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
psql has various environment variables that it uses for the default configuration: https://www.postgresql.org/docs/9.1/libpq-envars.html
We support add support for PGSSLMODE, PGREQUIRESSL, PGSSLCERT, PGSSLKEY, PGSSLCRL, and PGSSLROOTCERT where applicable.
PGSSLMODE
PGREQUIRESSL
PGSSLCERT
PGSSLKEY
PGSSLCRL
PGSSLROOTCERT
The text was updated successfully, but these errors were encountered:
Something to decide: Can we do this in a somewhat IO-independent way, so we don't have to re-implement this for each Pgx_* implementation?
Sorry, something went wrong.
No branches or pull requests
psql has various environment variables that it uses for the default configuration: https://www.postgresql.org/docs/9.1/libpq-envars.html
We support add support for
PGSSLMODE
,PGREQUIRESSL
,PGSSLCERT
,PGSSLKEY
,PGSSLCRL
, andPGSSLROOTCERT
where applicable.The text was updated successfully, but these errors were encountered: