Skip to content

Commit 95b6b23

Browse files
committed
doc: clarify the behavior of unopenable listen_addresses
Reported-by: Gurjeet Singh Discussion: https://postgr.es/m/CABwTF4WYPD9ov-kcSq1+J+ZJ5wYDQLXquY6Lu2cvb-Y7pTpSGA@mail.gmail.com Backpatch-through: 11
1 parent 35dd1ae commit 95b6b23

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
@@ -651,10 +651,15 @@ include_dir 'conf.d'
651651
<literal>::</literal> allows listening for all IPv6 addresses.
652652
If the list is empty, the server does not listen on any IP interface
653653
at all, in which case only Unix-domain sockets can be used to connect
654-
to it.
654+
to it. If the list is not empty, the server will start if it
655+
can listen on at least one TCP/IP address. A warning will be
656+
emitted for any TCP/IP address which cannot be opened.
655657
The default value is <systemitem class="systemname">localhost</systemitem>,
656658
which allows only local TCP/IP <quote>loopback</quote> connections to be
657-
made. While client authentication (<xref
659+
made.
660+
</para>
661+
<para>
662+
While client authentication (<xref
658663
linkend="client-authentication"/>) allows fine-grained control
659664
over who can access the server, <varname>listen_addresses</varname>
660665
controls which interfaces accept connection attempts, which

0 commit comments

Comments
 (0)