Re: preserving data after updates

From: "Berend Tober" <btober(at)seaworthysys(dot)com>
To: "Greg Patnude" <gpatnude(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: preserving data after updates
Date: 2005-03-04 16:46:37
Message-ID: 63757.216.238.112.88.1109954797.squirrel@www.seaworthysys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I use a modified form of option 3 with an ON UPDATE RULE.... the update rule
> copies the row to an inherited table...

I just gotta say that THAT is one COOL use of PG inheritance! Do you find that
it works well and is robust and all the good stuff it seems like would be the
case?

-- Berend

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Frankel 2005-03-04 18:44:25 Re: preserving data after updates
Previous Message Greg Patnude 2005-03-04 16:28:19 Re: preserving data after updates