From f57b2f09a81e0ee51d59fda7bf72e44efdb69be9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 18 Apr 2006 12:41:15 +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 774aed66a8..d746fccfdf 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -2759,7 +2759,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.