From: | Mitch Pirtle <mitchy(at)spacemonkeylabs(dot)com> |
---|---|
To: | aplst(at)xs4all(dot)nl |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: tracking db changes / comparing databases |
Date: | 2004-08-18 15:25:54 |
Message-ID: | 41237502.7070902@spacemonkeylabs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
aplst(at)xs4all(dot)nl wrote:
>How do you share the data-definitions of your project(s) when they change
>(template1) ? Do you create all system-tables at pg_init runtime, and thus
>diff the C-source?
>
>
The best approach IMHO is to use cvs and diff. For a more PHP-centric
approach, you could look at ADOdb:
Does a lot more than just abstract the database, also provides caching
of query results, handy utilities for building form elements, etc. But
the most topical feature is the inclusion of the data dictionary and
ADOdb XML Schema (AXMLS):
http://phplens.com/lens/adodb/docs-datadict.htm
Here you can use database-agnostic XML markup (and also reverse-engineer
schemas). You can basically use this to migrate your schemas. I am
looking into using this for the next major release of Mambo CMS for
upgrades and installs.
HTH,
-- Mitch
From | Date | Subject | |
---|---|---|---|
Next Message | Gaetano Mendola | 2004-08-18 15:30:05 | Re: [ADMIN] SRPM for 8.0.0 beta? |
Previous Message | Tom Lane | 2004-08-18 15:09:30 | Re: [ADMIN] SRPM for 8.0.0 beta? |
From | Date | Subject | |
---|---|---|---|
Next Message | Bob Parkinson | 2004-08-18 15:26:48 | Re: scripting & psql issues |
Previous Message | Tom Lane | 2004-08-18 15:09:30 | Re: [ADMIN] SRPM for 8.0.0 beta? |