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.
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
TABLESPACE = pg_default
LC_COLLATE