pgsql: Document that errors are not output by log_statement (was they

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that errors are not output by log_statement (was they
Date: 2006-04-18 00:52:42
Message-ID: 20060418005242.8699A11F61F6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Document that errors are not output by log_statement (was they were in
8.0), and add as suggestion to use log_min_error_statement for this
purpose. I also fixed the code so the first EXECUTE has it's prepare,
rather than the last which is what was in the current code. Also remove
"protocol" prefix for SQL EXECUTE output because it is not accurate.

Backpatch to 8.1.X.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.36.2.3 -> r1.36.2.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.36.2.3&r2=1.36.2.4)
pgsql/src/backend/tcop:
postgres.c (r1.468.2.3 -> r1.468.2.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.468.2.3&r2=1.468.2.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Qingqing Zhou 2006-04-18 03:24:05 Re: pgsql: Repair a low-probability race condition identified by Qingqing
Previous Message Bruce Momjian 2006-04-18 00:52:24 pgsql: Document that errors are not output by log_statement (was they