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
1d8dfe3a
Commit
1d8dfe3a
authored
Dec 10, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More minor improvements to the SGML docs, namely
doc/src/sgml/runtime.sgml Neil Conway
parent
bc662597
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
36 deletions
+40
-36
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+40
-36
No files found.
doc/src/sgml/runtime.sgml
View file @
1d8dfe3a
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.16
3 2002/12/09 21:03:30
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.16
4 2002/12/10 01:57:46
momjian Exp $
-->
-->
<Chapter Id="runtime">
<Chapter Id="runtime">
...
@@ -1048,19 +1048,21 @@ env PGOPTIONS='-c geqo=off' psql
...
@@ -1048,19 +1048,21 @@ env PGOPTIONS='-c geqo=off' psql
<term><varname>LOG_MIN_ERROR_STATEMENT</varname> (<type>string</type>)</term>
<term><varname>LOG_MIN_ERROR_STATEMENT</varname> (<type>string</type>)</term>
<listitem>
<listitem>
<para>
<para>
This controls for which message levels the SQL statement
Controls whether or not the SQL statement that causes an error
causing that message is to be recorded in the server log. All
condition will also be recorded in the server log. All SQL
statements causing a message of the level of the setting or
statements that cause an error of the specified level, or a
higher are logged. The default is <literal>PANIC</literal>
higher level, are logged. The default is
(effectively turning this feature off). Valid values are
<literal>PANIC</literal> (effectively turning this feature
<literal>DEBUG5</literal>, <literal>DEBUG4</literal>,
off). Valid values are <literal>DEBUG5</literal>,
<literal>DEBUG3</literal>, <literal>DEBUG2</literal>,
<literal>DEBUG4</literal>, <literal>DEBUG3</literal>,
<literal>DEBUG1</literal>, <literal>INFO</literal>,
<literal>DEBUG2</literal>, <literal>DEBUG1</literal>,
<literal>NOTICE</literal>, <literal>WARNING</literal>,
<literal>INFO</literal>, <literal>NOTICE</literal>,
<literal>ERROR</literal>, <literal>FATAL</literal>, and
<literal>WARNING</literal>, <literal>ERROR</literal>,
<literal>PANIC</literal>. For example, if you set this to
<literal>FATAL</literal>, and <literal>PANIC</literal>. For
<literal>ERROR</literal> then all SQL statements causing
example, if you set this to <literal>ERROR</literal> then all
errors, fatal errors, or panics will be logged.
SQL statements causing errors, fatal errors, or panics will be
logged. Enabling this option can be helpful in tracking down
the source of any errors that appear in the server log.
</para>
</para>
<para>
<para>
...
@@ -1075,7 +1077,7 @@ env PGOPTIONS='-c geqo=off' psql
...
@@ -1075,7 +1077,7 @@ env PGOPTIONS='-c geqo=off' psql
<term><varname>LOG_MIN_MESSAGES</varname> (<type>string</type>)</term>
<term><varname>LOG_MIN_MESSAGES</varname> (<type>string</type>)</term>
<listitem>
<listitem>
<para>
<para>
This c
ontrols how much message detail is written to the server
C
ontrols how much message detail is written to the server
logs. Valid values are <literal>DEBUG5</>,
logs. Valid values are <literal>DEBUG5</>,
<literal>DEBUG4</>, <literal>DEBUG3</>, <literal>DEBUG2</>,
<literal>DEBUG4</>, <literal>DEBUG3</>, <literal>DEBUG2</>,
<literal>DEBUG1</>, <literal>INFO</>, <literal>NOTICE</>,
<literal>DEBUG1</>, <literal>INFO</>, <literal>NOTICE</>,
...
@@ -1083,8 +1085,8 @@ env PGOPTIONS='-c geqo=off' psql
...
@@ -1083,8 +1085,8 @@ env PGOPTIONS='-c geqo=off' psql
<literal>FATAL</>, and <literal>PANIC</>. Later values send
<literal>FATAL</>, and <literal>PANIC</>. Later values send
less detail to the logs. The default is <literal>NOTICE</>.
less detail to the logs. The default is <literal>NOTICE</>.
Note that <literal>LOG</> has a different precedence here than
Note that <literal>LOG</> has a different precedence here than
in <literal>CLIENT_MIN_MESSAGES</>. Also see that section
in <literal>CLIENT_MIN_MESSAGES</>. Also see that section
for
for
an explanation of the various values.
an explanation of the various values.
</para>
</para>
</listitem>
</listitem>
...
@@ -1155,11 +1157,12 @@ env PGOPTIONS='-c geqo=off' psql
...
@@ -1155,11 +1157,12 @@ env PGOPTIONS='-c geqo=off' psql
<term><varname>STATS_ROW_LEVEL</varname> (<type>boolean</type>)</term>
<term><varname>STATS_ROW_LEVEL</varname> (<type>boolean</type>)</term>
<listitem>
<listitem>
<para>
<para>
These flags determine what information backends send to the statistics
Determines what information backends send to the statistics
collector process: current commands, block-level activity statistics,
collector process: current commands, block-level activity
or row-level activity statistics. All default to off. Enabling
statistics, or row-level activity statistics. All default to
statistics collection costs a small amount of time per query, but
off. Enabling statistics collection costs a small amount of
is invaluable for debugging and performance tuning.
time per query, but is invaluable for debugging and
performance tuning.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -1180,10 +1183,11 @@ env PGOPTIONS='-c geqo=off' psql
...
@@ -1180,10 +1183,11 @@ env PGOPTIONS='-c geqo=off' psql
<term><varname>STATS_START_COLLECTOR</varname> (<type>boolean</type>)</term>
<term><varname>STATS_START_COLLECTOR</varname> (<type>boolean</type>)</term>
<listitem>
<listitem>
<para>
<para>
Controls whether the server should start the statistics-collection
Controls whether the server should start the
subprocess. This is on by default, but may be turned off if you
statistics-collection subprocess. This is on by default, but
know you have no interest in collecting statistics. This option
may be turned off if you know you have no interest in
can only be set at server start.
collecting statistics. This option can only be set at server
start.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -1209,7 +1213,7 @@ env PGOPTIONS='-c geqo=off' psql
...
@@ -1209,7 +1213,7 @@ env PGOPTIONS='-c geqo=off' psql
<listitem>
<listitem>
<para>
<para>
This option determines the <application>syslog</application>
This option determines the <application>syslog</application>
<quote>facility</quote> to be used when
<quote>facility</quote> to be used when
logging via
<application>syslog</application> is enabled. You may choose
<application>syslog</application> is enabled. You may choose
from <literal>LOCAL0</>, <literal>LOCAL1</>,
from <literal>LOCAL0</>, <literal>LOCAL1</>,
<literal>LOCAL2</>, <literal>LOCAL3</>, <literal>LOCAL4</>,
<literal>LOCAL2</>, <literal>LOCAL3</>, <literal>LOCAL4</>,
...
@@ -1689,23 +1693,23 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
...
@@ -1689,23 +1693,23 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term><varname>MAX_FSM_
RELATION
S</varname> (<type>integer</type>)</term>
<term><varname>MAX_FSM_
PAGE
S</varname> (<type>integer</type>)</term>
<listitem>
<listitem>
<para>
<para>
Sets the maximum number of
relations (tables) for which free
Sets the maximum number of
disk pages for which free space will
space will be tracked in the shared free-space map. The default
be tracked in the shared free-space map. The default is 10000.
is 100.
This option can only be set at server start.
This option can only be set at server start.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term><varname>MAX_FSM_
PAGE
S</varname> (<type>integer</type>)</term>
<term><varname>MAX_FSM_
RELATION
S</varname> (<type>integer</type>)</term>
<listitem>
<listitem>
<para>
<para>
Sets the maximum number of
disk pages for which free space will
Sets the maximum number of
relations (tables) for which free
be tracked in the shared free-space map. The default is 10000.
space will be tracked in the shared free-space map. The default
This option can only be set at server start.
is 100.
This option can only be set at server start.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -1717,7 +1721,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
...
@@ -1717,7 +1721,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
The shared lock table is sized on the assumption that at most
The shared lock table is sized on the assumption that at most
<varname>max_locks_per_transaction</> *
<varname>max_locks_per_transaction</> *
<varname>max_connections</varname> distinct objects will need to
<varname>max_connections</varname> distinct objects will need to
be locked at any one time. The default, 64,
which
has historically
be locked at any one time. The default, 64, has historically
proven sufficient, but you might need to raise this value if you
proven sufficient, but you might need to raise this value if you
have clients that touch many different tables in a single
have clients that touch many different tables in a single
transaction. This option can only be set at server start.
transaction. This option can only be set at server start.
...
...
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