mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.71 2006/07/27 08:30:41 petere Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.72 2006/08/08 01:23:15 momjian Exp $ -->
|
||||
|
||||
<chapter Id="runtime-config">
|
||||
<title>Server Configuration</title>
|
||||
@ -2808,7 +2808,11 @@ SELECT * FROM parent WHERE key = 2400;
|
||||
<literal>UPDATE</>, <literal>DELETE</>, <literal>TRUNCATE</>,
|
||||
and <literal>COPY FROM</>. <literal>PREPARE</> and
|
||||
<literal>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
|
||||
<varname>log_statement</> is <literal>all</>. Bind parameter
|
||||
values are also logged if they are supplied in <literal>text</>
|
||||
format.
|
||||
</para>
|
||||
<para>
|
||||
The default is <literal>none</>. Only superusers can change this
|
||||
|
Reference in New Issue
Block a user