Re: [SQL] Creating a new database with a TEMPLATE did not work

2013-02-26 Thread mkumbale
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.

Re: [SQL] Creating a new database with a TEMPLATE did not work

2013-02-25 Thread Ben Morrow
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 =

Re: [SQL] Creating a new database with a TEMPLATE did not work

2013-02-25 Thread 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 = postgres ENCODING = 'UTF8' TEMPLATE = Default