Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings
Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
From: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-10-31T23:54:41Z
Lists: pgsql-hackers
Attachments
- postgres_fdw_sslparms-1.patch (text/x-patch) patch
This patch achieves $SUBJECT and also provides some testing of the sslpassword setting. cheers andrew -- Andrew Dunstan https://www.2ndQuadrant.com PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Only superuser can set sslcert/sslkey in postgres_fdw user mappings
- cebf9d6e6ee1 13.0 landed