Improve documentation of virtual_host parameter: old text failed to
authorTom Lane
Fri, 5 Mar 2004 23:16:17 +0000 (23:16 +0000)
committerTom Lane
Fri, 5 Mar 2004 23:16:17 +0000 (23:16 +0000)
indicate that you could specify multiple listen addresses.

doc/src/sgml/runtime.sgml

index 55e0f21b0b9b3e2572208c0392485596585ca845..f64719bd78c5c7df48c38dbcf0e632a5fa7651d8 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -700,9 +700,11 @@ SET ENABLE_SEQSCAN TO OFF;
       virtual_host (string)
       
        
-        Specifies the host name or IP address on which the server is
-        to listen for connections from client applications. The
-        default is to listen on all configured addresses (including
+        Specifies the IP address(es) on which the server is
+        to listen for connections from client applications.  If specified,
+        it takes the form of a space-separated list of host names and/or
+        numeric IP addresses.  If the list is empty, the server listens
+        on all available addresses (including
         localhost).