Обсуждение: pgsql: Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings

Поиск
Список
Период
Сортировка

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

От
Andrew Dunstan
Дата:
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(-)