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 6f5efe3 commit 1cf6514Copy full SHA for 1cf6514
doc/src/sgml/ref/postmaster.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.53 2004/10/08 01:36:32 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/postmaster.sgml,v 1.54 2005/12/02 23:13:46 tgl Exp $
3
PostgreSQL documentation
4
-->
5
@@ -181,7 +181,7 @@ PostgreSQL documentation
181
Specifies the IP host name or address on which the
182
<command>postmaster</command> is to listen for TCP/IP
183
connections from client applications. The value can also be a
184
- space-separated list of addresses, or <literal>*</> to specify
+ comma-separated list of addresses, or <literal>*</> to specify
185
listening on all available interfaces. An empty value
186
specifies not listening on any IP addresses, in which case
187
only Unix-domain sockets can be used to connect to the
0 commit comments