Re: [HACKERS] Statement Triggers. Ideas & help.

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] Statement Triggers. Ideas & help.
Дата
Msg-id 37B8C10F.8AAD4608@krs.ru
обсуждение исходный текст
Ответ на Statement Triggers. Ideas & help.  ("F J Cuberos" <fjcuberos@infomail.lacaixa.es>)
Ответы Re: [HACKERS] Statement Triggers. Ideas & help.  (Philip Warner <pjw@rhyme.com.au>)
Список pgsql-hackers
F J Cuberos wrote:
> 
> Forget the problem with Executeplan, I was getting the syslogs and stdour
> messages in the same screen; SO DOUBLE!!!!.
> 
> With statement triggers (and defined in SQL3 too) will be interesting to
> access OLD and NEW values of modified tables. How can be implemented? It´s
> possible to use MVCC for this?

MVCC uses t_xmin/t_xmax to decide what's visible to transaction.
For OLD/NEW you will have to analyze t_cmin/t_cmax as well.

Vadim


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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: [HACKERS] Re: [CORE] Re: tomorrow
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: [CORE] Re: tomorrow