|
13 | 13 | <H1>Developer's Frequently Asked Questions (FAQ) for
|
14 | 14 | PostgreSQL</H1>
|
15 | 15 |
|
16 |
| -<P>Last updated: Tue Nov 22 10:17:05 EST 2005</P> |
| 16 | +<P>Last updated: Tue Nov 22 10:17:51 EST 2005</P> |
17 | 17 |
|
18 | 18 | <P>Current maintainer: Bruce Momjian (<Ahref=
|
19 | 19 | "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
|
@@ -984,7 +984,7 @@ <H3 id="item2.8">2.8) What debugging features are
|
984 | 984 | Use a debugger to attach to the<I>postgres</I><SMALL>PID</SMALL>.
|
985 | 985 | You can set breakpoints in the debugger and issue queries from the
|
986 | 986 | other. If you are looking to find the location that is generating
|
987 |
| - an error or log message, set a breakpoint at<I>errfinish</>. |
| 987 | + an error or log message, set a breakpoint at<I>errfinish</I>. |
988 | 988 |
|
989 | 989 | <I>psql</I>. If you are debugging<I>postgres</I> startup, you can
|
990 | 990 | set PGOPTIONS="-W n", then start<I>psql</I>. This will cause startup
|
|