Re: Take your postgresSql on the road, and live to tell of it.

From: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
To: Owen Hartnett <owen(at)clipboardinc(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Take your postgresSql on the road, and live to tell of it.
Date: 2007-08-09 00:27:33
Message-ID: C2DFBB95.7C8BF%scott_ribe@killerbytes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You can also have a trigger that records into a log table the id & table of
each record inserted/updated/deleted, and then it's a simple matter of
merging changes from a certain point forward by searching that table and
using the values of the current records.

--
Scott Ribe
scott_ribe(at)killerbytes(dot)com
http://www.killerbytes.com/
(303) 722-0567 voice

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Glaesemann 2007-08-09 01:36:03 Re: Crosstab Question
Previous Message David Blewett 2007-08-09 00:23:40 Crosstab Question