Update tcp connection faq.
authorBruce Momjian
Thu, 26 Aug 2004 03:18:25 +0000 (03:18 +0000)
committerBruce Momjian
Thu, 26 Aug 2004 03:18:25 +0000 (03:18 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index c23b2896af91567d70562f33363ba2bd552371bc..dadedbbfb44c3268636be4d5025d0f476563d5ed 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Mon Aug 23 17:51:33 EDT 2004
+   Last updated: Wed Aug 25 23:18:13 EDT 2004
    
    Current maintainer: Bruce Momjian ([email protected])
    
     3.5) How do I control connections from other hosts?
     
    By default, PostgreSQL only allows connections from the local machine
-   using Unix domain sockets. Other machines will not be able to connect
-   unless you turn on tcpip_sockets in the postgresql.conf and enable
-   host-based authentication by modifying the file $PGDATA/pg_hba.conf
-   accordingly. This will allow TCP/IP connections.
+   using Unix domain sockets or TCP/IP connections. Other machines will
+   not be able to connect unless you modify listen_addresses in the
+   postgresql.conf and enable host-based authentication by modifying the
+   file $PGDATA/pg_hba.conf accordingly.
    
     3.6) How do I tune the database engine for better performance?
     
index b69e4ac4ebc62796b72ce07ed283dbe66e826b68..37e4c969c529a6f9443375c1e99763104a067087 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Mon Aug 23 17:51:33 EDT 2004

+    

Last updated: Wed Aug 25 23:18:13 EDT 2004

 
     

Current maintainer: Bruce Momjian (

     hosts?
 
     

By default, PostgreSQL only allows connections from the local

-    machine using Unix domain sockets. Other machines will not be able
-    to connect unless you turn on tcpip_sockets in the postgresql.conf  
-    and enable host-based authentication by modifying the file
-    $PGDATA/pg_hba.conf accordingly. This will allow TCP/IP
-    connections.

+    machine using Unix domain sockets or TCP/IP connections. Other
+    machines will not be able to connect unless you modify
+    listen_addresses in the postgresql.conf and enable
+    host-based authentication by modifying the file
+    $PGDATA/pg_hba.conf accordingly.

 
     

3.6) How do I tune the database engine for

     better performance?