pgsql: Allow ssl_passphrase_command to prompt the terminal - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Allow ssl_passphrase_command to prompt the terminal
Date
Msg-id E1ksya6-0004JC-Rv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow ssl_passphrase_command to prompt the terminal

Previously the command could not access the terminal for a passphrase.

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/300e430c76644b483f70bc833d6251a6a7fb84a6

Modified Files
--------------
doc/src/sgml/config.sgml             | 34 ++++++++++++++++++----------------
doc/src/sgml/ref/pg_ctl-ref.sgml     |  5 +++--
doc/src/sgml/ref/pgupgrade.sgml      |  4 +++-
src/backend/libpq/be-secure-common.c | 14 ++++++++++++++
4 files changed, 38 insertions(+), 19 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Add pg_alterckey utility to change the cluster key
Next
From: Bruce Momjian
Date:
Subject: pgsql: Fix function call typo in frontend Win32 code, commit 978f869b99