]> 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:41 +0000 (00:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 18 Apr 2006 00:52:41 +0000 (00:52 +0000)
commit65f1a7a8dcd67735c8e1efadd4b4d30a745dc39c
tree25079de7f3fc1eb076887323fa30284d501c56b7
parentdd8d1b1fbdb2a9fa6bf867ea38e877b0ca136059
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