File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11
22 Frequently Asked Questions (FAQ) for PostgreSQL
33
4- Last updated: Mon Aug 23 17:51:33 EDT 2004
4+ Last updated: Wed Aug 25 23:18:13 EDT 2004
55
66 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77
488488 3.5) How do I control connections from other hosts?
489489
490490 By default, PostgreSQL only allows connections from the local machine
491- using Unix domain sockets. Other machines will not be able to connect
492- unless you turn on tcpip_sockets in the postgresql.conf and enable
493- host-based authentication by modifying the file $PGDATA/pg_hba.conf
494- accordingly. This will allow TCP/IP connections .
491+ using Unix domain sockets or TCP/IP connections . Other machines will
492+ not be able to connect unless you modify listen_addresses in the
493+ postgresql.conf and enable host-based authentication by modifying the
494+ file $PGDATA/pg_hba.conf accordingly .
495495
496496 3.6) How do I tune the database engine for better performance?
497497
Original file line number Diff line number Diff line change 1010 alink ="#0000ff ">
1111 < H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
1212
13- < P > Last updated: Mon Aug 23 17:51:33 EDT 2004</ P >
13+ < P > Last updated: Wed Aug 25 23:18:13 EDT 2004</ P >
1414
1515 < P > Current maintainer: Bruce Momjian (< A href =
1616 "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
635635 hosts?</ H4 >
636636
637637 < 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 >
643643
644644 < H4 > < A name ="3.6 "> 3.6</ A > ) How do I tune the database engine for
645645 better performance?</ H4 >
You can’t perform that action at this time.
0 commit comments