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
e6487cc4
Commit
e6487cc4
authored
Jun 09, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FAQ.
parent
06dfff59
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
119 additions
and
118 deletions
+119
-118
doc/FAQ
doc/FAQ
+108
-108
doc/src/FAQ.html
doc/src/FAQ.html
+11
-10
No files found.
doc/FAQ
View file @
e6487cc4
This diff is collapsed.
Click to expand it.
doc/src/FAQ.html
View file @
e6487cc4
...
...
@@ -719,16 +719,17 @@ more detailed information to be reported. The -d option takes a number
that specifies the debug level. Be warned that high debug level values
generate large log files.
<P>
You can actually run the postgres backend from the command line, and
type your SQL statement directly. This is recommended
<B>
only
</B>
for
debugging purposes. Note that a newline terminates the query, not a
semicolon. If you have compiled with debugging symbols, you can use a
debugger to see what is happening. Because the backend was not started
from the postmaster, it is not running in an identical environment and
locking/backend interaction problems may not be duplicated.
<P>
Another method is to start
<I>
psql
</I>
in one window, then find the
<small>
PID
</small>
of the
<i>
postgres
</i>
process used by
If the
<i>
postmaster
</i>
is not running, you can actually run the
postgres backend from the command line, and type your SQL statement
directly. This is recommended
<B>
only
</B>
for debugging purposes. Note
that a newline terminates the query, not a semicolon. If you have
compiled with debugging symbols, you can use a debugger to see what is
happening. Because the backend was not started from the postmaster, it
is not running in an identical environment and locking/backend
interaction problems may not be duplicated.
<P>
If the
<i>
postmaster
</i>
is running, start
<I>
psql
</I>
in one window,
then find the
<small>
PID
</small>
of the
<i>
postgres
</i>
process used by
<i>
psql.
</i>
Use a debugger to attach to the
<i>
postgres
</i>
<small>
PID.
</small>
You can set breakpoints in the debugger and issue
queries from
<i>
psql.
</i>
If you are debugging
<i>
postgres
</i>
startup,
...
...
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