From d2f568dc6c24c6f68c9d1c2cf13e6c025699f62e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 22 Nov 2005 15:17:57 +0000 Subject: Fix markup italics problem. --- doc/src/FAQ/FAQ_DEV.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/FAQ/FAQ_DEV.html') diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 58975c8be07..1a08888e463 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -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 (pgman@candle.pha.pa.us)
@@ -984,7 +984,7 @@ 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 errfinish. psql. If you are debugging postgres startup, you can set PGOPTIONS="-W n", then start psql. This will cause startup -- cgit v1.2.3