File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Tue Nov 22 10:17:05 EST 2005
4
+ Last updated: Tue Nov 22 10:17:51 EST 2005
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
Original file line number Diff line number Diff line change 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 (< A href =
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
You can’t perform that action at this time.
0 commit comments