update to FAQ suggested by dylan
authorchriskl <chriskl>
Fri, 15 Aug 2003 09:05:09 +0000 (09:05 +0000)
committerchriskl <chriskl>
Fri, 15 Aug 2003 09:05:09 +0000 (09:05 +0000)
FAQ

diff --git a/FAQ b/FAQ
index 4033eb00b4d85cf4aee040fab3d2293bfe713123..eaa5b05f0afead2648dc577cbd9069a120627165 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -19,6 +19,18 @@ A: Check the PostgreSQL log on your server, it will give the exact reason
    why the login is failing.  Edit the pg_hba.conf file in your PostgreSQL
    data dir and make sure you have enabled access to the server properly.
 
+   Another likely reason is that you have not started your PostgreSQL with
+   TCP/IP sockets enabled.  To enable this, edit your postgresql.conf file
+   and change this line:
+
+       #tcpip_socket = false
+
+   to:
+
+       tcpip_socket = true
+
+   and then restart PostgreSQL.
+
 Q: I can use any password to log in!
 
 A: PostgreSQL, by default, runs in trust mode.  That means that it doesn't