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

Commitaa90766

Browse files
committed
doc: clarify the behavior of unopenable listen_addresses
Reported-by: Gurjeet SinghDiscussion:https://postgr.es/m/CABwTF4WYPD9ov-kcSq1+J+ZJ5wYDQLXquY6Lu2cvb-Y7pTpSGA@mail.gmail.comBackpatch-through: 11
1 parentfa2da00 commitaa90766

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,10 +653,15 @@ include_dir 'conf.d'
653653
<literal>::</literal> allows listening for all IPv6 addresses.
654654
If the list is empty, the server does not listen on any IP interface
655655
at all, in which case only Unix-domain sockets can be used to connect
656-
to it.
656+
to it. If the list is not empty, the server will start if it
657+
can listen on at least one TCP/IP address. A warning will be
658+
emitted for any TCP/IP address which cannot be opened.
657659
The default value is <systemitem class="systemname">localhost</systemitem>,
658660
which allows only local TCP/IP <quote>loopback</quote> connections to be
659-
made. While client authentication (<xref
661+
made.
662+
</para>
663+
<para>
664+
While client authentication (<xref
660665
linkend="client-authentication"/>) allows fine-grained control
661666
over who can access the server, <varname>listen_addresses</varname>
662667
controls which interfaces accept connection attempts, which

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp