Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2007-10-29 17:22:20 +0000
committerBruce Momjian2007-10-29 17:22:20 +0000
commit96805a18c60597a2a61fc24137e012c8a161a2e2 (patch)
tree23e6a3e120d8767014627ba94eebdea905771072 /doc/src/FAQ/FAQ.html
parent5140058071a230d8c6a9420ad2b22d8e63b248a1 (diff)
Clarify restart is of the "database" server, in FAQ.
Diffstat (limited to 'doc/src/FAQ/FAQ.html')
-rw-r--r--doc/src/FAQ/FAQ.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index cc74b93e078..47e90bc274b 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -10,7 +10,7 @@
alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
- <P>Last updated: Fri Oct 26 14:59:45 EDT 2007</P>
+ <P>Last updated: Mon Oct 29 13:22:07 EDT 2007</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:bruce@momjian.us">bruce@momjian.us</A>)
@@ -505,7 +505,7 @@
machines will not be able to connect unless you modify
<I>listen_addresses</I> in the <I>postgresql.conf</I> file, enable
host-based authentication by modifying the
- <I>$PGDATA/pg_hba.conf</I> file, and restart the server.</P>
+ <I>$PGDATA/pg_hba.conf</I> file, and restart the database server.</P>
<H3 id="item3.3">3.3) How do I tune the database engine for
better performance?</H3>