1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Clarify restart is of the "database" server, in FAQ.

This commit is contained in:
Bruce Momjian
2007-10-29 17:22:20 +00:00
parent 5140058071
commit 96805a18c6
2 changed files with 4 additions and 4 deletions

View File

@ -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?