Re: Function To Log Changes - Mailing list pgsql-sql

From Tom Lane
Subject Re: Function To Log Changes
Date
Msg-id 13418.1081186768@sss.pgh.pa.us
Whole thread Raw
In response to Function To Log Changes  ("Gavin" <gavin@grabias.com>)
List pgsql-sql
"Gavin" <gavin@grabias.com> writes:
> Hi All, I have been tinkering with a function to log the changes made on
> any column through a function and trigger.  However, I cant think of a way
> to make this work through pl/pgsql.

plpgsql won't do it, but you could do it in pltcl, I believe.

Or resort to C ;-)
        regards, tom lane


pgsql-sql by date:

Previous
From: Bret Hughes
Date:
Subject: group by not returning sorted rows
Next
From: "scott.marlowe"
Date:
Subject: Re: DB question - Merging data from one table to another.