Re: Metadata from NEW and OLD constructs?

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Metadata from NEW and OLD constructs?
Дата
Msg-id 20061212105032.GB28714@svana.org
обсуждение исходный текст
Ответ на Metadata from NEW and OLD constructs?  ("Lenorovitz, Joel" <Joel.Lenorovitz@usap.gov>)
Список pgsql-general
On Mon, Dec 11, 2006 at 06:19:33PM -0700, Lenorovitz, Joel wrote:
> Greetings,
>
> I was wondering if it's possible to get any of the metadata from the NEW
> and OLD constructs in a trigger or view rule?  Specifically, I'd like to
> get the column name or identifier anywhere the new record differs from
> the old record (i.e. NEW.column_X <> OLD.column_X).  Any advice would be
> greatly appreciated.

If your trigger is written in C, definitly. If the trigger is in
pl/pgsql, no. For other languages I don't know. which language are you
using?

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: out of memory error on 3 table join
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: returning parameters from function