From 6b46ec270795dbfadb12990d19bb20a9555efd06 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 18 Apr 2006 12:41:29 +0000 Subject: [PATCH] Mention "syntax" error as not logged by log_statement. Backpatch. --- doc/src/sgml/config.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.