diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-12-02 23:14:02 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-12-02 23:14:02 +0000 |
commit | b0be56634bb36ef320d84d229070c1fa05d8a97e (patch) | |
tree | 2034397d63e90ec5d811261a9187e0d221ee2467 | |
parent | eeae797d33ab9c45f70b52c3e19d7ac271b59f77 (diff) | |
download | postgresql-b0be56634bb36ef320d84d229070c1fa05d8a97e.tar.gz postgresql-b0be56634bb36ef320d84d229070c1fa05d8a97e.zip |
Fix obsolete description of -h option, per Andreas Schmidt.
-rw-r--r-- | doc/src/sgml/ref/postmaster.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/postmaster.sgml b/doc/src/sgml/ref/postmaster.sgml index 518f958e519..26f01b7fa37 100644 --- a/doc/src/sgml/ref/postmaster.sgml +++ b/doc/src/sgml/ref/postmaster.sgml @@ -1,5 +1,5 @@ <!-- -$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.53.4.1 2005/12/02 23:14:02 tgl Exp $ PostgreSQL documentation --> @@ -181,7 +181,7 @@ PostgreSQL documentation Specifies the IP host name or address on which the <command>postmaster</command> is to listen for TCP/IP connections from client applications. The value can also be a - space-separated list of addresses, or <literal>*</> to specify + comma-separated list of addresses, or <literal>*</> to specify listening on all available interfaces. An empty value specifies not listening on any IP addresses, in which case only Unix-domain sockets can be used to connect to the |