Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings
Andrew Dunstan <andrew@dunslane.net>
Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings This allows different users to authenticate with different certificates. Author: Craig Ringer
Files
| Path | Change | +/− |
|---|---|---|
| contrib/postgres_fdw/expected/postgres_fdw.out | modified | +12 −0 |
| contrib/postgres_fdw/option.c | modified | +9 −0 |
| contrib/postgres_fdw/sql/postgres_fdw.sql | modified | +13 −0 |
| doc/src/sgml/postgres-fdw.sgml | modified | +10 −2 |