mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 14:21:49 +03:00
Mention "syntax" error as not logged by log_statement.
Backpatch.
This commit is contained in:
parent
65f1a7a8dc
commit
6b46ec2707
@ -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">
|
<chapter Id="runtime-config">
|
||||||
<title>Server Configuration</title>
|
<title>Server Configuration</title>
|
||||||
@ -2730,7 +2730,7 @@ SELECT * FROM parent WHERE key = 2400;
|
|||||||
<para>
|
<para>
|
||||||
The <command>EXECUTE</command> statement is not considered a
|
The <command>EXECUTE</command> statement is not considered a
|
||||||
<literal>ddl</> or <literal>mod</> statement. Statements that
|
<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
|
<varname>log_min_error_statement</> to <literal>error</> to
|
||||||
log such statements.
|
log such statements.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user