1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00

Mention "syntax" error as not logged by log_statement.

Backpatch.
This commit is contained in:
Bruce Momjian 2006-04-18 12:41:29 +00:00
parent 65f1a7a8dc
commit 6b46ec2707

View File

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