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 20060418005242.8699A11F61F6@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.

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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Document that errors are not output by log_statement (was they
Следующее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: pgsql: Repair a low-probability race condition identified by Qingqing