Commit 96805a18 authored by Bruce Momjian's avatar Bruce Momjian

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

parent 51400580
Frequently Asked Questions (FAQ) for PostgreSQL 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) Current maintainer: Bruce Momjian (bruce@momjian.us)
...@@ -378,7 +378,7 @@ ...@@ -378,7 +378,7 @@
using Unix domain sockets or TCP/IP connections. Other machines will using Unix domain sockets or TCP/IP connections. Other machines will
not be able to connect unless you modify listen_addresses in the not be able to connect unless you modify listen_addresses in the
postgresql.conf file, enable host-based authentication by modifying 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? 3.3) How do I tune the database engine for better performance?
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
alink="#0000ff"> alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> <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= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:bruce@momjian.us">bruce@momjian.us</A>) "mailto:bruce@momjian.us">bruce@momjian.us</A>)
...@@ -505,7 +505,7 @@ ...@@ -505,7 +505,7 @@
machines will not be able to connect unless you modify machines will not be able to connect unless you modify
<I>listen_addresses</I> in the <I>postgresql.conf</I> file, enable <I>listen_addresses</I> in the <I>postgresql.conf</I> file, enable
host-based authentication by modifying the 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 <H3 id="item3.3">3.3) How do I tune the database engine for
better performance?</H3> better performance?</H3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment