diff options
author | Bruce Momjian | 2007-10-29 17:22:20 +0000 |
---|---|---|
committer | Bruce Momjian | 2007-10-29 17:22:20 +0000 |
commit | 96805a18c60597a2a61fc24137e012c8a161a2e2 (patch) | |
tree | 23e6a3e120d8767014627ba94eebdea905771072 /doc/FAQ | |
parent | 5140058071a230d8c6a9420ad2b22d8e63b248a1 (diff) |
Clarify restart is of the "database" server, in FAQ.
Diffstat (limited to 'doc/FAQ')
-rw-r--r-- | doc/FAQ | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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? |