aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-26 03:18:25 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-26 03:18:25 +0000
commit4b9ca271d683304efc54666f7d31a03934acc3c9 (patch)
tree87e4ab26a221e740031d98a1450f3dd8346d19dd /doc/src
parent93c3baa96f3dcb2fe346abbe93e73f5ac6aa404e (diff)
downloadpostgresql-4b9ca271d683304efc54666f7d31a03934acc3c9.tar.gz
postgresql-4b9ca271d683304efc54666f7d31a03934acc3c9.zip
Update tcp connection faq.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/FAQ.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index b69e4ac4ebc..37e4c969c52 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -10,7 +10,7 @@
alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
- <P>Last updated: Mon Aug 23 17:51:33 EDT 2004</P>
+ <P>Last updated: Wed Aug 25 23:18:13 EDT 2004</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -635,11 +635,11 @@
hosts?</H4>
<P>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
- <B>and</B> enable host-based authentication by modifying the file
- <I>$PGDATA/pg_hba.conf</I> accordingly. This will allow TCP/IP
- connections.</P>
+ 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 <B>and</B> enable
+ host-based authentication by modifying the file
+ <I>$PGDATA/pg_hba.conf</I> accordingly.</P>
<H4><A name="3.6">3.6</A>) How do I tune the database engine for
better performance?</H4>