Re: Database schema

Поиск
Список
Период
Сортировка
От Greg Williamson
Тема Re: Database schema
Дата
Msg-id 1354614034.63978.YahooMailNeo@web125902.mail.ne1.yahoo.com
обсуждение исходный текст
Ответ на Database schema  (Dhiraj Gupta <dhiraj.g@nic.in>)
Список pgsql-general

Dhiraj --

>________________________________
> From: Dhiraj Gupta <dhiraj.g@nic.in>
>To: pgsql-general@postgresql.org
>Sent: Sunday, December 2, 2012 9:35 PM
>Subject: [GENERAL] Database schema
>
>
> Hi All,
>I have  created a database name '"ofbiz". then the default  schema name "public " created automatically. I want to
createschema name ofbiz in the database "ofbiz" 
> when I create database name "ofbiz" then the schema name "ofbiz" will create automatically.
>how it is possible if yes,
>
>Thanks
>Dhiraj Gupta
>


When a new database is created, the template is the builtin database called "template1".

If you create the schema in that database, that schema will be made part of any new database you make. You could also
makea new template database, create the schema in that one, and then create your new databases using the "WITH TEMPLATE
=" option in CREATE DATABASE. So if you have need of different schemas with different databases, that would be more
extensibleby making new templates, onjhe3 for each type./. 

HTH,

Greg Williamson


В списке pgsql-general по дате отправления:

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: Re: Database schema
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Database schema