Dealing with change. - Mailing list pgsql-general

From David M. Cook
Subject Dealing with change.
Date
Msg-id 20030622124545.GA15155@davidcook.org
Whole thread Raw
Responses Re: Dealing with change.  (Paul Thomas <paul@tmsl.demon.co.uk>)
List 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

pgsql-general by date:

Previous
From: "alex b."
Date:
Subject: filled and emtpy tables...
Next
From: Paul Thomas
Date:
Subject: Re: Dealing with change.