File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
22 Frequently Asked Questions (FAQ) for PostgreSQL
33
4- Last updated: Tue Nov 27 19:36:57 EST 2001
4+ Last updated: Wed Nov 28 16:11:32 EST 2001
55
66 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77
564564 the postgres PID. You can set breakpoints in the debugger and issue
565565 queries from psql. If you are debugging postgres startup, you can set
566566 PGOPTIONS="-W n", then start psql. This will cause startup to delay
567- for n seconds so you can attach with the debugger and trace through
568- the startup sequence.
567+ for n seconds so you can attach to the process with the debugger, set
568+ any breakpoints, and continue through the startup sequence.
569569
570570 The postgres program has -s, -A, and -t options that can be very
571571 useful for debugging and performance measurements.
Original file line number Diff line number Diff line change 1212 alink ="#0000FF ">
1313 < H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
1414
15- < P > Last updated: Tue Nov 27 19:36:57 EST 2001</ P >
15+ < P > Last updated: Wed Nov 28 16:11:32 EST 2001</ P >
1616
1717 < P > Current maintainer: Bruce Momjian (< A href =
1818 "mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ A > )< BR >
@@ -728,8 +728,8 @@ <H4><A name="3.8">3.8</A>) What debugging features are
728728 debugger and issue queries from < I > psql.</ I > If you are debugging
729729 < I > postgres</ I > startup, you can set PGOPTIONS="-W n", then start
730730 < I > psql.</ I > This will cause startup to delay for < I > n</ I > seconds
731- so you can attach with the debugger and trace through the startup
732- sequence.</ P >
731+ so you can attach to the process with the debugger, set any breakpoints,
732+ and continue through the startup sequence.</ P >
733733
734734 < P > The < I > postgres</ I > program has < I > -s, -A,</ I > and < I > -t</ I >
735735 options that can be very useful for debugging and performance
You can’t perform that action at this time.
0 commit comments