From 56f68ed9070794344a37f6c9414d421c4a04b898 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 5 Nov 2005 01:36:42 +0000 Subject: Backpatch FAQ's for 8.0.X. --- doc/src/FAQ/FAQ.html | 4 ++-- doc/src/FAQ/FAQ_DEV.html | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index e7408f1492d..a6f44a014fe 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">
Last updated: Wed Oct 5 07:24:44 EDT 2005
+Last updated: Fri Nov 4 20:35:04 EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -235,7 +235,7 @@
The latest release of PostgreSQL is version 8.0.4.
+The latest release of PostgreSQL is version 8.1.
We plan to have a major release every year, with minor releases every few months.
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 @@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