Re: Create Database using JDBC - Mailing list pgsql-jdbc

From Thomas Dudziak
Subject Re: Create Database using JDBC
Date
Msg-id 224f323405070404095bd317a3@mail.gmail.com
Whole thread Raw
In response to Create Database using JDBC  ("Nidhi Srivastava" <nsrivastava@quark.com>)
Responses Re: Create Database using JDBC  (Markus Schaber <schabi@logix-tt.com>)
List pgsql-jdbc
On 7/4/05, Nidhi Srivastava <nsrivastava@quark.com> wrote:
>
> But even that alternate template database would need to be created the
> first time after server installation by connceting to the template1 DB??
> Right??
>
> All I want is to automate database creation the first time after  server
> installation eliminate user inputs

But why then not requiring that no one is connected to the template1
database ? That shouldn't be too much of a requirement. Myself, I
develop with postgres on a daily basis (using JDBC), and even I have
pgAmin only open when necessary eg. for checking that some data was
inserted in the db or testing a query.

Tom

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Streaming blob to db
Next
From: Thomas Dudziak
Date:
Subject: Re: Create Database using JDBC