Re: Best Practice for incremental development

From: Kragen Sitaker <kragen+pgsql(at)airwave(dot)com>
To: Phil Campaigne <pcampaigne(at)charter(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Best Practice for incremental development
Date: 2004-01-16 00:04:06
Message-ID: 20040115160406.H11165@fs.corp.airwave.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Reece Hart 2004-01-16 00:20:54 Re: What Version Installed?
Previous Message Reece Hart 2004-01-15 23:53:05 Re: What Version Installed?