pgsql: Document that errors are not output by log_statement (was they - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Document that errors are not output by log_statement (was they
Date
Msg-id 20060418005224.4CA7511F61ED@postgresql.org
Whole thread Raw
List 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.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        config.sgml (r1.52 -> r1.53)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.52&r2=1.53)
    pgsql/src/backend/tcop:
        postgres.c (r1.483 -> r1.484)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.483&r2=1.484)

pgsql-committers by date:

Previous
From: nwakefield@pgfoundry.org (User Nwakefield)
Date:
Subject: bizgres - bizgres: Added DynamicTransform, which dynamically generates a
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that errors are not output by log_statement (was they