| From: | "Nidhi Srivastava" <nsrivastava(at)quark(dot)com> | 
|---|---|
| To: | "Thomas Dudziak" <tomdzk(at)gmail(dot)com>, <pgsql-jdbc(at)postgresql(dot)org> | 
| Subject: | Re: Create Database using JDBC | 
| Date: | 2005-07-01 10:33:55 | 
| Message-ID: | 2BC68159E3EC814BA1E81C108DF99A4203A37FDB@EXCH-IND-VS1.india.quark.com | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-jdbc | 
Yes I have the pgAdmin open. Is there any work around to check if more
than one users are connected to the server and resolve this?
Or is there any way I can create a DB at the time of Postgres
installation itself. I'm using postgresql8.0 on windows.
If you can't see the bright side of life, polish the dull side.
-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Thomas Dudziak
Sent: Friday, July 01, 2005 3:56 PM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] Create Database using JDBC
On 7/1/05, Nidhi Srivastava <nsrivastava(at)quark(dot)com> wrote:
> I wish to create a database if one doesn't exist using JDBC. I tried
> connecting to template1 database and then issuing the "CREATE DATABASE
test"
> command but I get the following error : 
> 
>   ERROR:  CREATE DATABASE: source database "template1"
> is being accessed by other users
> 
> How do I resolve this? I'm using PostGreSQL8.0 
This should work (we're doing it exactly the same way). But there can
only be one user connected at a time to the template database, it
seems, at least when using the CREATE DATABASE command. Do you have
the one of the PostgreSQL tools open, eg. pgAdmin ?
Tom
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Csaba Nagy | 2005-07-01 10:36:00 | Re: Create Database using JDBC | 
| Previous Message | Oliver Jowett | 2005-07-01 10:30:15 | Re: Create Database using JDBC |