Update FAQ.
authorBruce Momjian
Wed, 28 Nov 2001 21:11:39 +0000 (21:11 +0000)
committerBruce Momjian
Wed, 28 Nov 2001 21:11:39 +0000 (21:11 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 867ab6dcb1b7f69c8f5f4899610d93c9a1028d81..8b44fa56d96b2a09a3b492cdfc41757790261b9d 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Tue Nov 27 19:36:57 EST 2001
+   Last updated: Wed Nov 28 16:11:32 EST 2001
    
    Current maintainer: Bruce Momjian ([email protected])
    
    the postgres PID. You can set breakpoints in the debugger and issue
    queries from psql. If you are debugging postgres startup, you can set
    PGOPTIONS="-W n", then start psql. This will cause startup to delay
-   for n seconds so you can attach with the debugger and trace through
-   the startup sequence.
+   for n seconds so you can attach to the process with the debugger, set
+   any breakpoints, and continue through the startup sequence.
    
    The postgres program has -s, -A, and -t options that can be very
    useful for debugging and performance measurements.
index b2e05cc963bac662fef970e94b875251ce70d701..2ab3f6611c525da95c98a16a8d6837ffb493d02c 100644 (file)
@@ -12,7 +12,7 @@
   alink="#0000FF">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Tue Nov 27 19:36:57 EST 2001

+    

Last updated: Wed Nov 28 16:11:32 EST 2001

 
     

Current maintainer: Bruce Momjian (

     debugger and issue queries from psql. If you are debugging
     postgres startup, you can set PGOPTIONS="-W n", then start
     psql. This will cause startup to delay for n seconds
-    so you can attach with the debugger and trace through the startup
-    sequence.

+    so you can attach to the process with the debugger, set any breakpoints,
+    and continue through the startup sequence.

 
     

The postgres program has -s, -A, and -t

     options that can be very useful for debugging and performance