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
d45c0794
Commit
d45c0794
authored
May 01, 2001
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix slightly confused description of debug options.
parent
ac2b9aee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+10
-7
No files found.
doc/src/sgml/runtime.sgml
View file @
d45c0794
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.5
8 2001/03/24 00:24:26
tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.5
9 2001/05/01 03:00:28
tgl Exp $
-->
<Chapter Id="runtime">
...
...
@@ -758,17 +758,20 @@ env PGOPTIONS='-c geqo=off' psql
</varlistentry>
<varlistentry>
<term>DEBUG_PRINT_QUERY (<type>boolean</type>)</term>
<term>DEBUG_PRINT_PARSE (<type>boolean</type>)</term>
<term>DEBUG_PRINT_PLAN (<type>boolean</type>)</term>
<term>DEBUG_PRINT_REWRITTEN (<type>boolean</type>)</term>
<term>DEBUG_PRINT_
QUERY
(<type>boolean</type>)</term>
<term>DEBUG_PRINT_
PLAN
(<type>boolean</type>)</term>
<term>DEBUG_PRETTY_PRINT (<type>boolean</type>)</term>
<listitem>
<para>
For any executed query, prints either the query, the parse
tree, the execution plan, or the query rewriter output to the
server log. <option>DEBUG_PRETTY_PRINT</option> selects are
nicer but longer output format.
These flags enable various debugging output to be sent to the
server log. For each executed query, prints either the query text,
the resulting parse tree, the query rewriter output, or the execution
plan. <option>DEBUG_PRETTY_PRINT</option> indents these displays
to produce a more readable but much longer output format.
Setting <option>DEBUG_LEVEL</option> above zero implicitly turns
on some of these flags.
</para>
</listitem>
</varlistentry>
...
...
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