get a list of table modifications in a day? - Mailing list pgsql-general

From Ottavio Campana
Subject get a list of table modifications in a day?
Date
Msg-id 46E8EDE2.4060703@campana.vi.it
Whole thread Raw
Responses Re: get a list of table modifications in a day?
Re: get a list of table modifications in a day?
Re: get a list of table modifications in a day?
List pgsql-general
I need to generate a diff (or something similar) of a table, day by day.
What is the best way to tack insert/update/delete operations? I have two
ideas, and I'd like to hear your opinion:

1) pg_dump each day and run diff
2) modify some triggers we use and store the information in another table

I am not aware of any functionality offered by postgresql. Does it exists?

If not, which solution would you prefer?


Attachment

pgsql-general by date:

Previous
From: "Asko Oja"
Date:
Subject: Re: Event-driven programming?
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: ON UPDATE trigger question