mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Mention "syntax" error as not logged by log_statement.
Backpatch.
This commit is contained in:
parent
5bd59b9c0a
commit
f57b2f09a8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user