Dealing with change.

From: "David M(dot) Cook" <dave(at)davidcook(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Dealing with change.
Date: 2003-06-22 12:45:45
Message-ID: 20030622124545.GA15155@davidcook.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm writing an application that depends heavily on "reference" tables that
the user can use the select data from. The users should be able to add to
these tables and make any corrections they deem necessary. But I also want
to be able to periodically ship out corrections and additions to these
reference tables. What is the best way to do this without interfering with
the changes the user has made? I thought of keeping the reference data in
its own database and using this as a template for the user database, but how
would the user merge any changes to the template (or would this be
automatic?)

Thanks for any advice you could give me,
Dave Cook

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Thomas 2003-06-22 13:13:53 Re: Dealing with change.
Previous Message alex b. 2003-06-22 12:16:12 filled and emtpy tables...