File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Mon Aug 23 17:51:33 EDT 2004
4
+ Last updated: Wed Aug 25 23:18:13 EDT 2004
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
488
488
3.5) How do I control connections from other hosts?
489
489
490
490
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 .
495
495
496
496
3.6) How do I tune the database engine for better performance?
497
497
Original file line number Diff line number Diff line change 10
10
alink ="#0000ff ">
11
11
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
12
12
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 >
14
14
15
15
< P > Current maintainer: Bruce Momjian (< A href =
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 > < A name ="3.6 "> 3.6</ A > ) How do I tune the database engine for
645
645
better performance?</ H4 >
You can’t perform that action at this time.
0 commit comments