|
10 | 10 | alink="#0000ff">
|
11 | 11 | <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
|
12 | 12 |
|
13 |
| -<P>Last updated:Mon Aug23 17:51:33 EDT 2004</P> |
| 13 | +<P>Last updated:Wed Aug25 23:18:13 EDT 2004</P> |
14 | 14 |
|
15 | 15 | <P>Current maintainer: Bruce Momjian (<Ahref=
|
16 | 16 | "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
|
@@ -635,11 +635,11 @@ <H4><A name="3.5">3.5</A>) How do I control connections from other
|
635 | 635 | hosts?</H4>
|
636 | 636 |
|
637 | 637 | <P>By default, PostgreSQL only allows connections from the local
|
638 |
| - machine using Unix domain sockets. Other machines will not be able |
639 |
| -to connect unless you turn on tcpip_sockets in the postgresql.conf |
640 |
| -<B>and</B> enable host-based authentication by modifying the file |
641 |
| -<I>$PGDATA/pg_hba.conf</I> accordingly. This will allow TCP/IP |
642 |
| -connections.</P> |
| 638 | + machine using Unix domain sockets or TCP/IP connections. Other |
| 639 | +machines will not be able to connect unless you modify |
| 640 | +listen_addresses in the postgresql.conf<B>and</B> enable |
| 641 | +host-based authentication by modifying the file |
| 642 | +<I>$PGDATA/pg_hba.conf</I> accordingly.</P> |
643 | 643 |
|
644 | 644 | <H4><Aname="3.6">3.6</A>) How do I tune the database engine for
|
645 | 645 | better performance?</H4>
|
|