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

Commit1951c97

Browse files
committed
Document clearly the meaning of none/all for log_statements.
1 parent89ce2bf commit1951c97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.253 2010/02/2513:26:15 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.254 2010/02/2519:20:38 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -3392,8 +3392,8 @@ FROM pg_stat_activity;
33923392
<listitem>
33933393
<para>
33943394
Controls which SQL statements are logged. Valid values are
3395-
<literal>none</>, <literal>ddl</>, <literal>mod</>, and
3396-
<literal>all</>. <literal>ddl</> logs all data definition
3395+
<literal>none</> (off), <literal>ddl</>, <literal>mod</>, and
3396+
<literal>all</> (all statements). <literal>ddl</> logs all data definition
33973397
statements, such as <command>CREATE</>, <command>ALTER</>, and
33983398
<command>DROP</> statements. <literal>mod</> logs all
33993399
<literal>ddl</> statements, plus data-modifying statements

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp