From 3716f90c39150ccc97d4ebd8615fcb6141663b8e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 8 Aug 2006 01:23:15 +0000 Subject: For protocol-level prepare/bind/execute: o print user name for all o print portal name if defined for all o print query for all o reduce log_statement header to single keyword o print bind parameters as DETAIL if text mode --- doc/src/sgml/config.sgml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 0acdd275078..c1c42656ad7 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -2808,7 +2808,11 @@ SELECT * FROM parent WHERE key = 2400; UPDATE, DELETE, TRUNCATE, and COPY FROM. PREPARE and EXPLAIN ANALYZE statements are also logged if their - contained command is of an appropriate type. + contained command is of an appropriate type. Protocol-level + prepare, bind, and execute commands are logged only if + log_statement is all. Bind parameter + values are also logged if they are supplied in text + format. The default is none. Only superusers can change this -- cgit v1.2.3