Catching "UPDATE 0"

Поиск
Список
Период
Сортировка
От
Тема Catching "UPDATE 0"
Дата
Msg-id 20031110135604.65F2346E30@mail.passofundo.rs.gov.br
обсуждение исходный текст
Ответы Re: Catching "UPDATE 0"
Список pgsql-hackers
Hello,
I am trying to catch the "UPDATE 0" condition in postgresql.
I have tried it using triggers, but they are only fired when there
effectively is an update. So, an Update 0 does not fire triggers.
Is it possible to make the backend raise and exception when the
Update 0 happens? This would be useful for knowing when records
were not updated as those which are in concurrent transactions.
By the way, How do I know if a transaction was really committed
and not rollbacked?


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

Предыдущее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: Experimental patch for inter-page delay in VACUUM
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Dreaming About Redesigning SQL