Utility for creating tables, inserting data through Ant

From: Vernon Wu <vernonw(at)gatewaytech(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Utility for creating tables, inserting data through Ant
Date: 2002-04-22 00:19:13
Message-ID: 3VXWA8EAGD43552NMDBVTXQM4XZVF0.3cc35701@kimiko
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

Is a utility available in the PostGreSQL jdbc so that we can run Ant to deploy an application?

The build.xml file for Ant is something like

<target name="db-create-table" depends="init">
<java classname="COM.postgresql.tools. ..." fork="yes" >
<jvmarg line="${postgres-jvmargs}" />
<arg value="${sql}/create-table.sql" />
<classpath path="${postgres-path}" />
</java>
</target>

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Alexander Litvinov 2002-04-22 01:09:52 Re: [PATCHES] patch for ResultSet.java
Previous Message Peter Eisentraut 2002-04-21 22:08:28 Re: TEXT