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

Commita1bb5a4

Browse files
committed
Document how listen_addresses can do only IPv4 or IPv6.
1 parent30e8b3e commita1bb5a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,9 @@ SET ENABLE_SEQSCAN TO OFF;
324324
to listen for connections from client applications.
325325
The value takes the form of a comma-separated list of host names
326326
and/or numeric IP addresses. The special entry <literal>*</>
327-
corresponds to all available IP interfaces.
327+
corresponds to all available IP interfaces. The entry
328+
<literal>0.0.0.0</> allows listening for all IPv4 addresses and
329+
<literal>::</> allows listening for all IPv6 addresses.
328330
If the list is empty, the server does not listen on any IP interface
329331
at all, in which case only Unix-domain sockets can be used to connect
330332
to it.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp