diff --git a/doc/FAQ b/doc/FAQ index 2aabbcaf71..f560c9a4ef 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Fri Oct 26 14:59:45 EDT 2007 + Last updated: Mon Oct 29 13:22:07 EDT 2007 Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -378,7 +378,7 @@ 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 file, enable host-based authentication by modifying - the $PGDATA/pg_hba.conf file, and restart the server. + the $PGDATA/pg_hba.conf file, and restart the database server. 3.3) How do I tune the database engine for better performance? diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index cc74b93e07..47e90bc274 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Fri Oct 26 14:59:45 EDT 2007

+

Last updated: Mon Oct 29 13:22:07 EDT 2007

Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -505,7 +505,7 @@ machines will not be able to connect unless you modify listen_addresses in the postgresql.conf file, enable host-based authentication by modifying the - $PGDATA/pg_hba.conf file, and restart the server.

+ $PGDATA/pg_hba.conf file, and restart the database server.

3.3) How do I tune the database engine for better performance?