Dynamic access to record columns (in PL/pgsql)

Поиск
Список
Период
Сортировка
От Daniele Mazzini
Тема Dynamic access to record columns (in PL/pgsql)
Дата
Msg-id 451E4C1B.2010201@libero.it
обсуждение исходный текст
Ответы Re: Dynamic access to record columns (in PL/pgsql)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hello

I have a trigger procedure which I want to be called after insert or
update on different tables. In this procedure, I need to find the values
of key fields for the affected table in the NEW record, but I can't find
a way to access a field the name of which I only know at execution time.
I tried many workarounds, for example this:

fieldname := name of key field;
EXECUTE 'SELECT NEW.'||fieldname INTO fieldvalue;

But none of them worked. I found a one-year-old thread about this kind
of dynamic access, which proposed a syntax like this: NEW.(fieldname),
but this hasn't be implemented in the current version and, apparently,
no different methods where suggested. Can anybody suggest me how to do
that? Right now I can only think of programmatically generating one
different procedure for every table I want to track (there are 42), but
this would be very clunky solution.

Thanks for your time

Daniele Mazzini

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

Предыдущее
От: Andreas Rieke
Дата:
Сообщение: Re: memory issues when running with mod_perl
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PG Rocks! (was:Backslashes in 8.2 still escape,