Log Message:
-----------
listen_addresses appeared in 8.0, not 7.4. And the old option was tcpip_socket 
:-)

Modified Files:
--------------
    pgadmin3/docs/en_US/hints:
        conn-listen.html (r1.3 -> r1.4)

Index: conn-listen.html
===================================================================
RCS file: /projects/pgadmin3/docs/en_US/hints/conn-listen.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ldocs/en_US/hints/conn-listen.html -Ldocs/en_US/hints/conn-listen.html -u 
-w -r1.3 -r1.4
--- docs/en_US/hints/conn-listen.html
+++ docs/en_US/hints/conn-listen.html
@@ -26,10 +26,10 @@
 the server over the network, you need to enable listening on the address first.
 </p>
 <p>
-For PostgreSQL servers starting with version 7.4, this 
+For PostgreSQL servers starting with version 8.0, this 
 is controlled using the &quot;listen_addresses&quot; parameter in the 
postgresql.conf file. Here, you can enter a list of IP addresses
-the server should listen on, or simply use '*' to listen on all available IP 
addresses. For earlier servers (Version 7.3), you'll need to 
-set the &quot;tcpip&quot; parameter to 'true'. 
+the server should listen on, or simply use '*' to listen on all available IP 
addresses. For earlier servers (Version 7.3 or 7.4), you'll need to 
+set the &quot;tcpip_socket&quot; parameter to 'true'. 
 </p>
 <p>
 You can use the postgresql.conf editor that is built into pgAdmin III to edit 
the postgresql.conf configuration file.
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to