From: | pgsql-bugs(at)postgresql(dot)org |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Bug #824: Problem creating data base !! |
Date: | 2002-11-28 15:07:16 |
Message-ID: | 20021128150716.4B18F476313@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Christian Gonzalez (christiangda(at)cantv(dot)net) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
Problem creating data base !!
Long Description
Recently i tried to create a data base via SSH with an user allowed to do it, but it displays the following message:
ERROR: CREATE DATABASE: source database "template1" is being accessed by other users
createdb: database creation failed
on the other hand, it is possible to create it via pgAdminII. The server running postgresql has this configuration:
-Redhat 8.0
-PostgreSQL 7.2.3
I will apreciate any help on it.
Thanks in advance
Sample Code
[root(at)bdserver root]# su -l postgres
-bash-2.05b$ createdb prueba
ERROR: CREATE DATABASE: source database "template1" is being accessed by other users
createdb: database creation failed
-bash-2.05b$
No file was uploaded with this report
From | Date | Subject | |
---|---|---|---|
Next Message | pgsql-bugs | 2002-11-28 15:07:25 | Bug #824: Problem creating data base !! |
Previous Message | Diego Zuccato | 2002-11-28 13:23:01 | Memory leak detected |