Adrian:
Thanks for the prompt reply. I was able to create a new DB by renaming
Default to another name. This was a carry over from our project which was
previously using SQLExpress.
Thanks again for the reply.
Regards,
Murali
--
View this message in context:
http://postgresql.1045698.n5.
Quoth adrian.kla...@gmail.com (Adrian Klaver):
> On 02/25/2013 02:49 PM, mkumbale wrote:
> > Hi, I am new to PostgreSQL. I have an empty PostgreSQL DB containing tables
> > but no data. I issued the following command in PGADMIN SQL editor:
> >
> > CREATE DATABASE "NewDefault"
> >WITH OWNER =
On 02/25/2013 02:49 PM, mkumbale wrote:
Hi, I am new to PostgreSQL. I have an empty PostgreSQL DB containing tables
but no data. I issued the following command in PGADMIN SQL editor:
CREATE DATABASE "NewDefault"
WITH OWNER = postgres
ENCODING = 'UTF8'
TEMPLATE = Default