From: Bruce Momjian Date: Tue, 18 Apr 2006 12:41:29 +0000 (+0000) Subject: Mention "syntax" error as not logged by log_statement. X-Git-Tag: REL8_1_4~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b46ec270795dbfadb12990d19bb20a9555efd06;p=thirdparty%2Fpostgresql.git Mention "syntax" error as not logged by log_statement. Backpatch. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 7e40c6922dd..bd4a5e552dc 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,5 +1,5 @@ Server Configuration @@ -2730,7 +2730,7 @@ SELECT * FROM parent WHERE key = 2400; The EXECUTE statement is not considered a ddl or mod statement. Statements that - generate errors are not logged. Set + generate syntax errors are not logged. Set log_min_error_statement to error to log such statements.