Re: Determining if a table really changed in a trigger

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Determining if a table really changed in a trigger
Дата
Msg-id 497190.1636206201@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Determining if a table really changed in a trigger  (Mitar <mmitar@gmail.com>)
Ответы Re: Determining if a table really changed in a trigger
Список pgsql-general
Mitar <mmitar@gmail.com> writes:
> Anyone? Any way to determine the number of affected rows in a statement trigger?

Check the size of the transition relation.

            regards, tom lane



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

Предыдущее
От: "Peter J. Holzer"
Дата:
Сообщение: Re: Question: Is it possible to get the new xlog position after query execution?
Следующее
От: Mitar
Дата:
Сообщение: Re: Determining if a table really changed in a trigger