Mention "syntax" error as not logged by log_statement.
authorBruce Momjian <[email protected]>
Tue, 18 Apr 2006 12:41:29 +0000 (12:41 +0000)
committerBruce Momjian <[email protected]>
Tue, 18 Apr 2006 12:41:29 +0000 (12:41 +0000)
Backpatch.

doc/src/sgml/config.sgml

index 55d8a6975b5b0e6ba87eb458475a8d92cda14ffc..a6bfc2fbd16779b1a8791e1dd93cb72a2c85aa9d 100644 (file)
@@ -2730,7 +2730,7 @@ SELECT * FROM parent WHERE key = 2400;
         <para>
          The <command>EXECUTE</command> statement is not considered a
          <literal>ddl</> or <literal>mod</> statement.  Statements that
-         generate errors are not logged.  Set
+         generate syntax errors are not logged.  Set
          <varname>log_min_error_statement</> to <literal>error</> to
          log such statements.      
         </para>