pgsql: doc: Clarify passphrase command reloading on Windows - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Clarify passphrase command reloading on Windows
Date
Msg-id E1vOFt2-001VMK-1Z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Clarify passphrase command reloading on Windows

When running on Windows (or EXEC_BACKEND) the SSL configuration will
be reloaded on each backend start, so the passphrase command will be
reloaded along with it.  This implies that passphrase command reload
must be enabled on Windows for connections to work at all.  Document
this since it wasn't mentioned explicitly, and will there add markup
for parameter value to match the rest of the docs.

Backpatch to all supported versions.

Author: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Reviewed-by: Álvaro Herrera <alvherre@kurilemu.de>
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/5F301096-921A-427D-8EC1-EBAEC2A35082@yesql.se
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f4f45772c5a87ca2f228ee3bea36d313dca0b51

Modified Files
--------------
doc/src/sgml/config.sgml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Replace internal C function pg_hypot() by standard hypot()
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: ssl: Add connection and reload tests for key passphrases