Re: Examing cotets of NEW & OLD in a function programed in perl

Поиск
Список
Период
Сортировка
От stan
Тема Re: Examing cotets of NEW & OLD in a function programed in perl
Дата
Msg-id 20200303212601.GA6469@panix.com
обсуждение исходный текст
Ответ на Re: Examing cotets of NEW & OLD in a function programed in perl  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Examing cotets of NEW & OLD in a function programed in perl
Список pgsql-general
On Tue, Mar 03, 2020 at 12:59:00PM -0500, Tom Lane wrote:
> stan <stanb@panix.com> writes:
> > I need to write a generic function to process data before allowing the
> > insert or update to continue.
> > To do this, I need to be able to examine the NEW, and OLD structures
> > without prior knowledge of the structure of the table that fired the
> > trigger.
> 
> AFAIR, they're just hashes in Perl, so you should be able to do
> stuff like iterating over the hash keys.
> 
>             regards, tom lane

So, they should just be visible as OLD, and NEW as hasshes?

Sorry for my lack of understnading.

-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
                        -- Benjamin Franklin



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Exportacion por lotes
Следующее
От: Christophe Pettus
Дата:
Сообщение: Re: Examing cotets of NEW & OLD in a function programed in perl