BUG #6081: trigger CRUD log entries, or documentation not clear that triggers do not log

Поиск
Список
Период
Сортировка
От Tom Hodder
Тема BUG #6081: trigger CRUD log entries, or documentation not clear that triggers do not log
Дата
Msg-id 201106290656.p5T6ueLN081668@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6081: trigger CRUD log entries, or documentation not clear that triggers do not log  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      6081
Logged by:          Tom Hodder
Email address:      tom@limepepper.co.uk
PostgreSQL version: 8.4
Operating system:   Fedora 14 x86_64
Description:        trigger CRUD log entries, or documentation not clear
that triggers do not log
Details:

with this log directive set;
log_statement = 'mod'

I would expect that all CRUD statements would be logged to log_filename.
However CRUD statements called from trigger functions are not logged.

This is unexpected, and does not reflect my reading of the documentation.

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

Предыдущее
От: "Chris Bandy"
Дата:
Сообщение: BUG #6080: information_schema.columns.column_default contains NULL inconsistently
Следующее
От: Matthijs Bomhoff
Дата:
Сообщение: Bug with plpgsql, temp tables and TOAST?