aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-11-22 15:17:57 +0000
committerBruce Momjian <bruce@momjian.us>2005-11-22 15:17:57 +0000
commitd2f568dc6c24c6f68c9d1c2cf13e6c025699f62e (patch)
tree9395d405ad120425b0683d0bdb8533cab3edac58 /doc/src
parent2a69a0e14797d3ffccdf7ffc83fe07702209e414 (diff)
downloadpostgresql-d2f568dc6c24c6f68c9d1c2cf13e6c025699f62e.tar.gz
postgresql-d2f568dc6c24c6f68c9d1c2cf13e6c025699f62e.zip
Fix markup italics problem.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/FAQ_DEV.html4
1 files changed, 2 insertions, 2 deletions
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 @@
<H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1>
- <P>Last updated: Tue Nov 22 10:17:05 EST 2005</P>
+ <P>Last updated: Tue Nov 22 10:17:51 EST 2005</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -984,7 +984,7 @@
Use a debugger to attach to the <I>postgres</I> <SMALL>PID</SMALL>.
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 <I>errfinish</>.
+ an error or log message, set a breakpoint at <I>errfinish</I>.
<I>psql</I>. If you are debugging <I>postgres</I> startup, you can
set PGOPTIONS="-W n", then start <I>psql</I>. This will cause startup