diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-11-28 21:11:39 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-11-28 21:11:39 +0000 |
commit | d0c1769b776346469de8a9a83d50ade8aed60cd7 (patch) | |
tree | 2f336d03558dce2dd2ec57ccfb12d35f37ae1504 /doc/src | |
parent | 1220bd076ec1dfdd14d94541cefb0387d77e0069 (diff) | |
download | postgresql-d0c1769b776346469de8a9a83d50ade8aed60cd7.tar.gz postgresql-d0c1769b776346469de8a9a83d50ade8aed60cd7.zip |
Update FAQ.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index b2e05cc963b..2ab3f6611c5 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -12,7 +12,7 @@ alink="#0000FF"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Tue Nov 27 19:36:57 EST 2001</P> + <P>Last updated: Wed Nov 28 16:11:32 EST 2001</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -728,8 +728,8 @@ debugger and issue queries from <I>psql.</I> If you are debugging <I>postgres</I> startup, you can set PGOPTIONS="-W n", then start <I>psql.</I> This will cause startup to delay for <I>n</I> seconds - so you can attach with the debugger and trace through the startup - sequence.</P> + so you can attach to the process with the debugger, set any breakpoints, + and continue through the startup sequence.</P> <P>The <I>postgres</I> program has <I>-s, -A,</I> and <I>-t</I> options that can be very useful for debugging and performance |