Patch amends description of log_statement to include definition of "all" option.
gabrielle
From b48f3187ade475570df1eeca1721cf58204ee842 Mon Sep 17 00:00:00 2001 From: Gabrielle Roth <gor...@gmail.com> Date: Wed, 24 Feb 2010 18:34:03 -0800 Subject: [PATCH] Amend description of log_statement - add definition of "all" option. --- doc/src/sgml/config.sgml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index df1d5f1..840b239 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3373,7 +3373,9 @@ FROM pg_stat_activity; <literal>ddl</> statements, plus data-modifying statements such as <command>INSERT</>, <command>UPDATE</>, <command>DELETE</>, <command>TRUNCATE</>, - and <command>COPY FROM</>. + and <command>COPY FROM</>. + <literal>all</> includes <literal>ddl</> and <literal>mod</>, + plus <command>SELECT</>. <command>PREPARE</>, <command>EXECUTE</>, and <command>EXPLAIN ANALYZE</> statements are also logged if their contained command is of an appropriate type. For clients using -- 1.7.0
-- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs