CVS Commit by dpage: listen_addresses appeared in 8.0, not 7.4.
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
CVS Commit by dpage: listen_addresses appeared in 8.0, not 7.4.
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 "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'.
</p>
<p>
You can use the postgresql.conf editor that is built into pgAdmin III to edit the postgresql.conf configuration file.
Home |
Main Index |
Thread Index