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.

-For PostgreSQL servers starting with version 7.4, this +For PostgreSQL servers starting with version 8.0, this is controlled using the "listen_addresses" 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 "tcpip" 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 "tcpip_socket" parameter to 'true'.

You can use the postgresql.conf editor that is built into pgAdmin III to edit the postgresql.conf configuration file.