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

Appearance settings

Commit 3fea854

Browse filesBrowse 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 b0d049e commit 3fea854
Copy full SHA for 3fea854

File tree

Expand file treeCollapse file tree

1 file changed

+7
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-2
lines changed

‎doc/src/sgml/config.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/config.sgml
+7-2Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,10 +656,15 @@ include_dir 'conf.d'
656656
<literal>::</literal> allows listening for all IPv6 addresses.
657657
If the list is empty, the server does not listen on any IP interface
658658
at all, in which case only Unix-domain sockets can be used to connect
659-
to it.
659+
to it. If the list is not empty, the server will start if it
660+
can listen on at least one TCP/IP address. A warning will be
661+
emitted for any TCP/IP address which cannot be opened.
660662
The default value is <systemitem class="systemname">localhost</systemitem>,
661663
which allows only local TCP/IP <quote>loopback</quote> connections to be
662-
made. While client authentication (<xref
664+
made.
665+
</para>
666+
<para>
667+
While client authentication (<xref
663668
linkend="client-authentication"/>) allows fine-grained control
664669
over who can access the server, <varname>listen_addresses</varname>
665670
controls which interfaces accept connection attempts, which

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.