File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
2
Frequently Asked Questions (FAQ) for PostgreSQL
3
3
4
- Last updated: Tue Nov 27 19:36:57 EST 2001
4
+ Last updated: Wed Nov 28 16:11:32 EST 2001
5
5
6
6
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
7
7
564
564
the postgres PID. You can set breakpoints in the debugger and issue
565
565
queries from psql. If you are debugging postgres startup, you can set
566
566
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.
569
569
570
570
The postgres program has -s, -A, and -t options that can be very
571
571
useful for debugging and performance measurements.
Original file line number Diff line number Diff line change 12
12
alink ="#0000FF ">
13
13
< H1 > Frequently Asked Questions (FAQ) for PostgreSQL</ H1 >
14
14
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 >
16
16
17
17
< P > Current maintainer: Bruce Momjian (< A href =
18
18
"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
728
728
debugger and issue queries from < I > psql.</ I > If you are debugging
729
729
< I > postgres</ I > startup, you can set PGOPTIONS="-W n", then start
730
730
< 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 >
733
733
734
734
< P > The < I > postgres</ I > program has < I > -s, -A,</ I > and < I > -t</ I >
735
735
options that can be very useful for debugging and performance
You can’t perform that action at this time.
0 commit comments