diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-08-29 02:11:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-08-29 02:11:30 +0000 |
commit | bc24d5b97673c365f19be21f83acca3c184cf1a7 (patch) | |
tree | e1affd83d565c2db27c0a48c368e9fe210baf9a4 /doc/src | |
parent | 216bb6662a7bd9a437cedb41b153f68e61c464dc (diff) |
Now bind displays prepare as detail, and execute displays prepare and
optionally bind. I re-added the "statement:" label so people will
understand why the line is being printed (it is log_*statement
behavior).
Use single quotes for bind values, instead of double quotes, and double
literal single quotes in bind values (and document that). I also made
use of the DETAIL line to have much cleaner output.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 082efc9e7b7..22de6b746af 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.76 2006/08/28 13:37:18 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.77 2006/08/29 02:11:29 momjian Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -2839,7 +2839,7 @@ SELECT * FROM parent WHERE key = 2400; 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. + format (literal single quotes are doubled). </para> <para> The default is <literal>none</>. Only superusers can change this |