Re: logging table changes

From: "Rob Richardson" <Rob(dot)Richardson(at)rad-con(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Re: logging table changes
Date: 2010-09-09 17:48:13
Message-ID: 04A6DB42D2BA534FAC77B90562A6A03D015545F1@server.rad-con.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


But how is that significantly better than an update trigger that
includes:

If old.value <> new.value then
do something
End if

RobR

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Mladen Gogala 2010-09-09 17:50:58 Re: logging table changes
Previous Message Mladen Gogala 2010-09-09 17:44:15 Re: logging table changes