|
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 $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -3392,8 +3392,8 @@ FROM pg_stat_activity;
|
3392 | 3392 | <listitem>
|
3393 | 3393 | <para>
|
3394 | 3394 | 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 |
3397 | 3397 | statements, such as <command>CREATE</>, <command>ALTER</>, and
|
3398 | 3398 | <command>DROP</> statements. <literal>mod</> logs all
|
3399 | 3399 | <literal>ddl</> statements, plus data-modifying statements
|
|