pgsql: Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings
Date
Msg-id E1ipSuj-0007Um-6M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Modernize Python exception syntax in tests
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add support for automatically updating Unicode derived files