Field collection in trigger

From: Josué Maldonado <josue(at)lamundial(dot)hn>
To: pgsql-general(at)postgresql(dot)org
Subject: Field collection in trigger
Date: 2003-09-01 19:24:11
Message-ID: 3F539CDB.6040506@lamundial.hn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello list,

First of all, excuse me if this is not the right place to ask my question.

Is there a way in postgresql to loop to all the fields of a given table
and compare the OLD and NEW value for each field. I need to make an
audit table that must contain only the fields changed after and
insert/update.

Thanks in advance

Josué Maldonado.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2003-09-01 19:33:09 Re: Field collection in trigger
Previous Message Bruno Wolff III 2003-09-01 19:13:36 Re: Prevent from Deletion