| From: | mkumbale <mkumbale(at)gmail(dot)com> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Creating a new database with a TEMPLATE did not work |
| Date: | 2013-02-25 22:49:28 |
| Message-ID: | 1361832568260-5746627.post@n5.nabble.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
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 = 'English_United States.1252'
LC_CTYPE = 'English_United States.1252'
CONNECTION LIMIT = -1;
Although it created the NewDefault DB, it does not contain any of the tables
in Default. Default was disconnected when I executed this command.
What am I doing something wrong?
Thanks,
Murali
--
View this message in context: http://postgresql.1045698.n5.nabble.com/Creating-a-new-database-with-a-TEMPLATE-did-not-work-tp5746627.html
Sent from the PostgreSQL - sql mailing list archive at Nabble.com.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Adrian Klaver | 2013-02-25 22:56:23 | Re: Creating a new database with a TEMPLATE did not work |
| Previous Message | Surfing | 2013-02-25 18:34:10 | Euclidean distance between two sets of tuples |