Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d0c1769b
Commit
d0c1769b
authored
Nov 28, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FAQ.
parent
1220bd07
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
doc/FAQ
doc/FAQ
+3
-3
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+3
-3
No files found.
doc/FAQ
View file @
d0c1769b
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Tue Nov 27 19:36:57
EST 2001
Last updated:
Wed Nov 28 16:11:32
EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -564,8 +564,8 @@
the postgres PID. You can set breakpoints in the debugger and issue
queries from psql. If you are debugging postgres startup, you can set
PGOPTIONS="-W n", then start psql. This will cause startup to delay
for n seconds so you can attach
with the debugger and trace through
the startup sequence.
for n seconds so you can attach
to the process with the debugger, set
any breakpoints, and continue through
the startup sequence.
The postgres program has -s, -A, and -t options that can be very
useful for debugging and performance measurements.
...
...
doc/src/FAQ/FAQ.html
View file @
d0c1769b
...
...
@@ -12,7 +12,7 @@
alink=
"#0000FF"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Tue Nov 27 19:36:57
EST 2001
</P>
<P>
Last updated:
Wed Nov 28 16:11:32
EST 2001
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
...
@@ -728,8 +728,8 @@
debugger and issue queries from
<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 to delay for
<I>
n
</I>
seconds
so you can attach
with the debugger and trace through the startup
sequence.
</P>
so you can attach
to the process with the debugger, set any breakpoints,
and continue through the startup
sequence.
</P>
<P>
The
<I>
postgres
</I>
program has
<I>
-s, -A,
</I>
and
<I>
-t
</I>
options that can be very useful for debugging and performance
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment