From 1951c97805d52e56b3fbdb2618fcde56d11a79f4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 25 Feb 2010 19:20:38 +0000 Subject: [PATCH] Document clearly the meaning of none/all for log_statements. --- doc/src/sgml/config.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index e14dbfdbd7..5b78da305a 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -3392,8 +3392,8 @@ FROM pg_stat_activity; Controls which SQL statements are logged. Valid values are - none, ddl, mod, and - all. ddl logs all data definition + none (off), ddl, mod, and + all (all statements). ddl logs all data definition statements, such as CREATE, ALTER, and DROP statements. mod logs all ddl statements, plus data-modifying statements