8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e8b3e commit a1bb5a4Copy full SHA for a1bb5a4
doc/src/sgml/config.sgml
@@ -324,7 +324,9 @@ SET ENABLE_SEQSCAN TO OFF;
324
to listen for connections from client applications.
325
The value takes the form of a comma-separated list of host names
326
and/or numeric IP addresses. The special entry <literal>*</>
327
- corresponds to all available IP interfaces.
+ 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.
330
If the list is empty, the server does not listen on any IP interface
331
at all, in which case only Unix-domain sockets can be used to connect
332
to it.
0 commit comments