From 33bf242a8a30a5294b3aa8034d71e6a49be5320c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 8 Aug 2004 20:17:36 +0000 Subject: Make listen_addresses be a comma-separated list instead of a space-separated list. More consistent with our other list-containing GUC variables. --- doc/src/sgml/runtime.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index d393a6d1803..117a0eb21b3 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -626,7 +626,7 @@ SET ENABLE_SEQSCAN TO OFF; Specifies the TCP/IP address(es) on which the server is to listen for connections from client applications. - The value takes the form of a space-separated list of host names + The value takes the form of a comma-separated list of host names and/or numeric IP addresses. The special entry * corresponds to all available IP interfaces. If the list is empty, the server does not listen on any IP interface -- cgit v1.2.3