Re: logging table changes - Mailing list pgsql-novice

From Rob Richardson
Subject Re: logging table changes
Date
Msg-id 04A6DB42D2BA534FAC77B90562A6A03D015545F1@server.rad-con.local
Whole thread Raw
In response to Re: logging table changes  (Mladen Gogala <mgogala@vmsinfo.com>)
Responses Re: logging table changes  (Mladen Gogala <mgogala@vmsinfo.com>)
Re: logging table changes  (Richard Broersma <richard.broersma@gmail.com>)
List 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

pgsql-novice by date:

Previous
From: Mladen Gogala
Date:
Subject: Re: logging table changes
Next
From: Mladen Gogala
Date:
Subject: Re: logging table changes