diff options
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 |