Re: Best Practice for incremental development

From: Eric Ridge <ebr(at)tcdi(dot)com>
To: pcampaigne(at)charter(dot)net
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Best Practice for incremental development
Date: 2004-01-16 17:57:07
Message-ID: 66586332-484D-11D8-ADB4-000A95BB5944@tcdi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Jan 13, 2004, at 11:22 AM, Phil Campaigne wrote:

> I am developing a java/postgresql application using ant and junit. I
> want to deploy tested builds along with matching tables with test data
> in them.
>
> What is the best way to deploy the tables and data to postgresql to
> match a war file?
> thanks,

Evolutionary Database Design, by Martin Fowler:
http://www.martinfowler.com/articles/evodb.html

It's a good read and will probably give you some good ideas.

eric

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rick Gigger 2004-01-16 18:15:35 Re: embedded/"serverless" (Re: serverless postgresql)
Previous Message Dustin Sallings 2004-01-16 17:48:16 Re: Newbie to Postgres - Urgent query