Re: General Trigger Functions

Поиск
Список
Период
Сортировка
От JanWieck@t-online.de (Jan Wieck)
Тема Re: General Trigger Functions
Дата
Msg-id 200007252054.WAA21428@hot.jw.home
обсуждение исходный текст
Ответ на General Trigger Functions  (mjp@ornl.gov)
Список pgsql-general
mjp@ornl.gov wrote:
> Hi,
>
> Is there a way to write a "generic" trigger function in postgres
> that can loop thru a table's cloumns (using TG_RELNAME)
> and perform certain activities based on, say, certain column-types?
> In other words, is it possible to assign OLD.<column_name>
> and NEW.<column_name> to a variable inside triggers?

    PL/pgSQL  has  the  pseudo  type RECORD. And at least it'd be
    possible with PL/Tcl.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: can disks be read only?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 4 billion record limit?