What changes to a table cannot be detected by a trigger?

Поиск
Список
Период
Сортировка
От Phillip Diffley
Тема What changes to a table cannot be detected by a trigger?
Дата
Msg-id CAKd=3qGsBSYqnu8H0FrGz11+xBkx+1y-Y24ONn8AebQMVrYBhA@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
Triggers can be set for insert, update, delete, and truncate operations. Alter table operations, like adding or dropping a column from a table, do not cause an update trigger to fire but can be captured by an event trigger.

Are there any situations where the data in a table can be changed and the change cannot be detected by a trigger or event trigger?

Thanks,
Phillip

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

Предыдущее
От: Ann Harrison
Дата:
Сообщение: Re: Gradual migration from integer to bigint?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: cache lookup failed for function 0