diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/src/sgml/config.sgml | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 3a827002f74..774aed66a82 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.52 2006/03/10 19:10:47 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.53 2006/04/18 00:52:22 momjian Exp $ -->  <chapter Id="runtime-config">    <title>Server Configuration</title> @@ -2758,9 +2758,10 @@ SELECT * FROM parent WHERE key = 2400;         <note>          <para>           The <command>EXECUTE</command> statement is not considered a -         <literal>ddl</> or <literal>mod</> statement.  When it is logged,  -         only the name of the prepared statement is reported, not the -         actual prepared statement. +         <literal>ddl</> or <literal>mod</> statement.  Statements that +         generate errors are not logged.  Set +         <varname>log_min_error_statement</> to <literal>error</> to +         log such statements.                </para>          <para> | 
