]> granicus.if.org Git - postgresql/commit
Document that errors are not output by log_statement (was they were in
authorBruce Momjian <bruce@momjian.us>
Tue, 18 Apr 2006 00:52:23 +0000 (00:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 18 Apr 2006 00:52:23 +0000 (00:52 +0000)
commit5bd59b9c0afd81e5ec636b7b475ef55ad16b12fb
treeb143d7623bc389e57f59fb3c9f0e72183db1d418
parent0a8739495664d02af82a08960cfd17fad2cb9508
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.
doc/src/sgml/config.sgml
src/backend/tcop/postgres.c