Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 96805a1

Browse files
committed
Clarify restart is of the "database" server, in FAQ.
1 parent 5140058 commit 96805a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/FAQ

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Fri Oct 26 14:59:45 EDT 2007
4+
Last updated: Mon Oct 29 13:22:07 EDT 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -378,7 +378,7 @@
378378
using Unix domain sockets or TCP/IP connections. Other machines will
379379
not be able to connect unless you modify listen_addresses in the
380380
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.
382382

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

doc/src/FAQ/FAQ.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

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>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"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
505505
machines will not be able to connect unless you modify
506506
<I>listen_addresses</I> in the <I>postgresql.conf</I> file, enable
507507
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>
509509

510510
<H3 id="item3.3">3.3) How do I tune the database engine for
511511
better performance?</H3>

0 commit comments

Comments
 (0)