Re: Function To Log Changes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Gavin" <gavin(at)grabias(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Function To Log Changes
Date: 2004-04-05 17:39:28
Message-ID: 13418.1081186768@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Gavin" <gavin(at)grabias(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Bret Hughes 2004-04-05 21:55:42 group by not returning sorted rows
Previous Message Josh Berkus 2004-04-05 17:18:26 Re: Function To Log Changes