Re: Best Practice for incremental development - Mailing list pgsql-general

From Kragen Sitaker
Subject Re: Best Practice for incremental development
Date
Msg-id 20040115160406.H11165@fs.corp.airwave.com
Whole thread Raw
In response to Best Practice for incremental development  (Phil Campaigne <pcampaigne@charter.net>)
Responses Re: Best Practice for incremental development  (Mike Mascari <mascarm@mascari.com>)
List pgsql-general
On Tue, Jan 13, 2004 at 11:22:57AM -0500, 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?

I don't know what a war file is, but you can deploy tables and data by
feeding the output of pg_dump to psql.

pgsql-general by date:

Previous
From: Alex Satrapa
Date:
Subject: Re: What Version Installed?
Next
From: Reece Hart
Date:
Subject: Re: What Version Installed?