Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit57b5984

Browse files
committed
Minor wordsmithing.
1 parent2e37118 commit57b5984

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.207 2009/02/09 20:57:59 alvherre Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.208 2009/02/15 18:28:48 tgl Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -3132,7 +3132,7 @@ local0.* /var/log/postgresql
31323132
query protocol, this setting likewise does not log statements that
31333133
fail before the Execute phase (i.e., during parse analysis or
31343134
planning). Set <varname>log_min_error_statement</> to
3135-
<literal>ERROR</> (or lower) to log such statements.
3135+
<literal>ERROR</> (or lower) to log such statements.
31363136
</para>
31373137
</note>
31383138
</listitem>
@@ -3145,13 +3145,14 @@ local0.* /var/log/postgresql
31453145
</indexterm>
31463146
<listitem>
31473147
<para>
3148-
Controlswhether temporary files are logged when deleted.
3148+
Controlslogging of use of temporary files.
31493149
Temporary files can be
31503150
created for sorts, hashes, and temporary query results.
3151-
A value of zero logs all temporary files, and positive
3152-
values log only files whose size is equal or greater than
3151+
A log entry is made for each temporary file when it is deleted.
3152+
A value of zero logs all temporary files, while positive
3153+
values log only files whose size is greater than or equal to
31533154
the specified number of kilobytes. The
3154-
default is <literal>-1</>, which disablesthis logging.
3155+
defaultsettingis <literal>-1</>, which disablessuch logging.
31553156
Only superusers can change this setting.
31563157
</para>
31573158
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp