File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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: Fri Oct 26 14:59:45 EDT 2007
4
+ Last updated: Mon Oct 29 13:22:07 EDT 2007
5
5
6
6
Current maintainer: Bruce Momjian (bruce@momjian.us)
7
7
378
378
using Unix domain sockets or TCP/IP connections. Other machines will
379
379
not be able to connect unless you modify listen_addresses in the
380
380
postgresql.conf file, enable host-based authentication by modifying
381
- the $PGDATA/pg_hba.conf file, and restart the server.
381
+ the $PGDATA/pg_hba.conf file, and restart the database server.
382
382
383
383
3.3) How do I tune the database engine for better performance?
384
384
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: Fri Oct 26 14:59:45 EDT 2007</ P >
13
+ < P > Last updated: Mon Oct 29 13:22:07 EDT 2007</ P >
14
14
15
15
< P > Current maintainer: Bruce Momjian (< A href =
16
16
"mailto:bruce@momjian.us "> bruce@momjian.us</ A > )
@@ -505,7 +505,7 @@ <H3 id="item3.2">3.2) How do I control connections from other
505
505
machines will not be able to connect unless you modify
506
506
< I > listen_addresses</ I > in the < I > postgresql.conf</ I > file, enable
507
507
host-based authentication by modifying the
508
- < I > $PGDATA/pg_hba.conf</ I > file, and restart the server.</ P >
508
+ < I > $PGDATA/pg_hba.conf</ I > file, and restart the database server.</ P >
509
509
510
510
< H3 id ="item3.3 "> 3.3) How do I tune the database engine for
511
511
better performance?</ H3 >
You can’t perform that action at this time.
0 commit comments