From 0849955f3aee74e4dc208c2b03cab6e3a9c48bc6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 27 Oct 2005 13:48:14 +0000 Subject: Add mention of errfinish. --- doc/src/FAQ/FAQ_DEV.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 69db6aa18c8..7acb76feb94 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: Mon Sep 19 21:28:08 EDT 2005

+

Last updated: Thu Oct 27 09:48:14 EDT 2005

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -982,7 +982,9 @@ window, then find the PID of the postgres process used by psql using SELECT pg_backend_pid(). Use a debugger to attach to the postgres PID. - You can set breakpoints in the debugger and issue queries from + 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. psql. If you are debugging postgres startup, you can set PGOPTIONS="-W n", then start psql. This will cause startup -- cgit v1.2.3