Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0f4f457

Browse files
doc: Clarify passphrase command reloading on Windows
When running on Windows (or EXEC_BACKEND) the SSL configuration willbe reloaded on each backend start, so the passphrase command will bereloaded along with it. This implies that passphrase command reloadmust be enabled on Windows for connections to work at all. Documentthis since it wasn't mentioned explicitly, and will there add markupfor 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.seBackpatch-through: 14
1 parent8fe4aef commit0f4f457

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

‎doc/src/sgml/config.sgml‎

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,14 +1680,20 @@ include_dir 'conf.d'
16801680
This parameter determines whether the passphrase command set by
16811681
<varname>ssl_passphrase_command</varname> will also be called during a
16821682
configuration reload if a key file needs a passphrase. If this
1683-
parameter is off (the default), then
1683+
parameter is<literal>off</literal> (the default), then
16841684
<varname>ssl_passphrase_command</varname> will be ignored during a
16851685
reload and the SSL configuration will not be reloaded if a passphrase
16861686
is needed. That setting is appropriate for a command that requires a
16871687
TTY for prompting, which might not be available when the server is
16881688
running. Setting this parameter to on might be appropriate if the
16891689
passphrase is obtained from a file, for example.
16901690
</para>
1691+
<para>
1692+
This parameter must be set to <literal>on</literal> when running on
1693+
<systemitem class="osname">Windows</systemitem> since all connections
1694+
will perform a configuration reload due to the different process model
1695+
of that platform.
1696+
</para>
16911697
<para>
16921698
This parameter can only be set in the <filename>postgresql.conf</filename>
16931699
file or on the server command line.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp