Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
CVS Commit by andreas: - Guru hint for server connections

CVS Commit by andreas: - Guru hint for server connections



Log Message:
-----------
- Guru hint for server connections

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

Index: conn-listen.html
===================================================================
RCS file: /projects/pgadmin3/docs/en_US/hints/conn-listen.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldocs/en_US/hints/conn-listen.html -Ldocs/en_US/hints/conn-listen.html -u -w -r1.1 -r1.2
--- docs/en_US/hints/conn-listen.html
+++ docs/en_US/hints/conn-listen.html
@@ -32,13 +32,14 @@
 set the "tcpip" parameter to 'true'. 
 </p>
 <p>
-After changing this parameter, you need to restart the server process to make the setting effective.
+You can use the postgresql.conf editor that is built into pgAdmin III to edit the postgresql.conf configuration file
+After changing this file, you need to restart the server process to make the setting effective.
 </p>
 <p>
 If you double-checked your configuration but still get this error message, it's still unlikely 
 that you encounter a fatal PostgreSQL misbehaviour. You probably have some low level
-network connectivity problems (e.g. firewall configuration). Check this too before reporting 
-a bug to the PostgreSQL community.
+network connectivity problems (e.g. firewall configuration). Please check this thoroughly 
+before reporting a bug to the PostgreSQL community.
 </p>
 </body>
 </html>


Home | Main Index | Thread Index

top