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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Document that errors are not output by log_statement (was they
Дата
Msg-id 20060418005224.4CA7511F61ED@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: nwakefield@pgfoundry.org (User Nwakefield)
Дата:
Сообщение: bizgres - bizgres: Added DynamicTransform, which dynamically generates a
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Document that errors are not output by log_statement (was they