View Single Post

   
  #5 (permalink)  
Old 04-16-2008, 12:22 AM
Dave Cramer
 
Posts: n/a
Default Re: Create Database using JDBC

Is it possible you have an existing open transaction on template1 ?

Have a look at the postgresql logs.

Dave
On 1-Jul-05, at 4:30 AM, Nidhi Srivastava wrote:

> Hi all
>
>
>
> 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
>
>
>
> Thanks & Regards
>
> Nidhi
>
>




Dave Cramer
davec@postgresintl.com
www.postgresintl.com
ICQ #14675561
jabber davecramer@jabber.org
ph (519 939 0336 )


Reply With Quote