Fix markup italics problem.
authorBruce Momjian
Tue, 22 Nov 2005 15:17:57 +0000 (15:17 +0000)
committerBruce Momjian
Tue, 22 Nov 2005 15:17:57 +0000 (15:17 +0000)
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html

index 1e724d84b6bc6e3ea5543dca4c340f3f42f37a01..78974070284aeac9f248535c4a427577fec21fb5 100644 (file)
@@ -1,7 +1,7 @@
 
           Developer's Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Tue Nov 22 10:17:05 EST 2005
+   Last updated: Tue Nov 22 10:17:51 EST 2005
    
    Current maintainer: Bruce Momjian ([email protected])
    
index 58975c8be07f35c7a2a21df1caf46a5a8f32c77e..1a08888e46375eec6c006d2773e0fd11000e16c9 100644 (file)
@@ -13,7 +13,7 @@
     

Developer's Frequently Asked Questions (FAQ) for

     PostgreSQL
 
-    

Last updated: Tue Nov 22 10:17:05 EST 2005

+    

Last updated: Tue Nov 22 10:17:51 EST 2005

 
     

Current maintainer: Bruce Momjian (

     Use a debugger to attach to the postgres PID.
     You can set breakpoints in the debugger and issue queries from the
     other.  If you are looking to find the location that is generating
-    an error or log message, set a breakpoint at errfinish.
+    an error or log message, set a breakpoint at errfinishI>.
 
     psql. If you are debugging postgres startup, you can
     set PGOPTIONS="-W n", then start psql. This will cause startup