diff options
| author | Bruce Momjian | 2020-12-26 01:41:06 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2020-12-26 01:41:06 +0000 |
| commit | 300e430c76644b483f70bc833d6251a6a7fb84a6 (patch) | |
| tree | c3a69c42191d31f000ca24daa493579c267e663c /doc/src/sgml/ref/pgupgrade.sgml | |
| parent | 62afb42a7f9f533efc6c19f462c3a848fa4ddb63 (diff) | |
Allow ssl_passphrase_command to prompt the terminal
Previously the command could not access the terminal for a passphrase.
Backpatch-through: master
Diffstat (limited to 'doc/src/sgml/ref/pgupgrade.sgml')
| -rw-r--r-- | doc/src/sgml/ref/pgupgrade.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 98be3921cb1..b1bcdb77a30 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -170,7 +170,9 @@ PostgreSQL documentation <varlistentry> <term><option>-R</option></term> <term><option>--authprompt</option></term> - <listitem><para>allows prompting for a passphrase or PIN + <listitem><para>allows <option>ssl_passphrase_command</option> or + <option>cluster_key_command</option> to prompt for a passphrase + or PIN. </para></listitem> </varlistentry> |
