Re: Iterating through individual fields of OLD/NEW

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: j(dot)sachanbinski(at)coroplast(dot)de, pgsql-general(at)postgresql(dot)org
Subject: Re: Iterating through individual fields of OLD/NEW
Date: 2003-05-25 02:31:48
Message-ID: 137660000.1053829908@lerlaptop.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--On Friday, May 23, 2003 16:34:58 +0200 j(dot)sachanbinski(at)coroplast(dot)de wrote:

> Hello everyone,
>
> is there a way to loop/iterate through every individual field of the
> OLD/NEW records in plpgsql trigger function?
>
> I'm attempting to write a function that logs all the changes the user
> makes to the table, sth. like: (sketch only)

See a similar thread I had on the SQL list last week. Joe Conway posted a
wonderful solution using contrib/dblink.

I've asked this before, and have had no luck. Joe's solution logs the
exact SQL statement used.

LER

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2003-05-25 02:50:21 Re: network problems: -h flag not working properly
Previous Message Martijn van Oosterhout 2003-05-25 02:29:38 Re: implicit abort harmful?