public inbox for [email protected]
help / color / mirror / Atom feedFrom: gabrielle <[email protected]>
To: [email protected]
Subject: [PATCH] log_statement docs
Date: Wed, 24 Feb 2010 18:42:19 -0800
Message-ID: <[email protected]> (raw)
Patch amends description of log_statement to include definition of "all" option.
gabrielle
Attachments:
[text/x-patch] log_statement.patch (1.1K, 2-log_statement.patch)
download | inline diff:
From b48f3187ade475570df1eeca1721cf58204ee842 Mon Sep 17 00:00:00 2001
From: Gabrielle Roth <[email protected]>
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
view thread (7+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [PATCH] log_statement docs
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox