From 232b7375da5ca932b8e135521e29918a63215929 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 2 Dec 2005 23:14:02 +0000 Subject: [PATCH] Fix obsolete description of -h option, per Andreas Schmidt. --- doc/src/sgml/ref/postmaster.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/postmaster.sgml b/doc/src/sgml/ref/postmaster.sgml index 7c9331b315..346d1ae574 100644 --- a/doc/src/sgml/ref/postmaster.sgml +++ b/doc/src/sgml/ref/postmaster.sgml @@ -181,7 +181,7 @@ PostgreSQL documentation Specifies the IP host name or address on which the postmaster is to listen for TCP/IP connections from client applications. The value can also be a - space-separated list of addresses, or * to specify + comma-separated list of addresses, or * 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 -- 2.39.5