Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
57b5984d
Commit
57b5984d
authored
16 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Minor wordsmithing.
parent
2e371183
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/config.sgml
+7
-6
7 additions, 6 deletions
doc/src/sgml/config.sgml
with
7 additions
and
6 deletions
doc/src/sgml/config.sgml
+
7
−
6
View file @
57b5984d
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.20
7
2009/02/
09 20:57:59 alvherre
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.20
8
2009/02/
15 18:28:48 tgl
Exp $ -->
<chapter Id="runtime-config">
<chapter Id="runtime-config">
<title>Server Configuration</title>
<title>Server Configuration</title>
...
@@ -3132,7 +3132,7 @@ local0.* /var/log/postgresql
...
@@ -3132,7 +3132,7 @@ local0.* /var/log/postgresql
query protocol, this setting likewise does not log statements that
query protocol, this setting likewise does not log statements that
fail before the Execute phase (i.e., during parse analysis or
fail before the Execute phase (i.e., during parse analysis or
planning). Set <varname>log_min_error_statement</> to
planning). Set <varname>log_min_error_statement</> to
<literal>ERROR</> (or lower) to log such statements.
<literal>ERROR</> (or lower) to log such statements.
</para>
</para>
</note>
</note>
</listitem>
</listitem>
...
@@ -3145,13 +3145,14 @@ local0.* /var/log/postgresql
...
@@ -3145,13 +3145,14 @@ local0.* /var/log/postgresql
</indexterm>
</indexterm>
<listitem>
<listitem>
<para>
<para>
Controls
whether temporary files are logged when deleted
.
Controls
logging of use of temporary files
.
Temporary files can be
Temporary files can be
created for sorts, hashes, and temporary query results.
created for sorts, hashes, and temporary query results.
A value of zero logs all temporary files, and positive
A log entry is made for each temporary file when it is deleted.
values log only files whose size is equal or greater than
A value of zero logs all temporary files, while positive
values log only files whose size is greater than or equal to
the specified number of kilobytes. The
the specified number of kilobytes. The
default is <literal>-1</>, which disables
this
logging.
default
setting
is <literal>-1</>, which disables
such
logging.
Only superusers can change this setting.
Only superusers can change this setting.
</para>
</para>
</listitem>
</listitem>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment