pgsql: Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings
Date: 2020-01-09 08:11:33
Message-ID: E1ipSuj-0007Um-6M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings

This allows different users to authenticate with different certificates.

Author: Craig Ringer

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f5fd995a1a24e6571d26b1e29c4dc179112b1003

Modified Files
--------------
contrib/postgres_fdw/expected/postgres_fdw.out | 12 ++++++++++++
contrib/postgres_fdw/option.c | 9 +++++++++
contrib/postgres_fdw/sql/postgres_fdw.sql | 13 +++++++++++++
doc/src/sgml/postgres-fdw.sgml | 12 ++++++++++--
4 files changed, 44 insertions(+), 2 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-01-09 09:15:27 pgsql: Add support for automatically updating Unicode derived files
Previous Message Amit Kapila 2020-01-09 02:31:24 Re: src/test/recovery regression failure on bionic

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2020-01-09 08:14:33 Re: Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings
Previous Message Dilip Kumar 2020-01-09 07:47:59 Re: [Logical Replication] TRAP: FailedAssertion("rel->rd_rel->relreplident == REPLICA_IDENTITY_DEFAULT || rel->rd_rel->relreplident == REPLICA_IDENTITY_FULL || rel->rd_rel->relreplident == REPLICA_IDENTITY_INDEX"