Mention "syntax" error as not logged by log_statement.

Backpatch.
This commit is contained in:
Bruce Momjian 2006-04-18 12:41:15 +00:00
parent 5bd59b9c0a
commit f57b2f09a8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.53 2006/04/18 00:52:22 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.54 2006/04/18 12:41:15 momjian Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
@ -2759,7 +2759,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>