pgsql: Allow ssl_passphrase_command to prompt the terminal

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Allow ssl_passphrase_command to prompt the terminal
Date: 2020-12-26 01:41:18
Message-ID: E1ksya6-0004JC-Rv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-12-26 01:50:02 pgsql: Fix function call typo in frontend Win32 code, commit 978f869b99
Previous Message Bruce Momjian 2020-12-26 01:25:05 pgsql: Add pg_alterckey utility to change the cluster key