Search Postgresql Archives

Re: Database schema

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Dhiraj --

>________________________________
> From: Dhiraj Gupta <dhiraj.g@xxxxxx>
>To: pgsql-general@xxxxxxxxxxxxxx 
>Sent: Sunday, December 2, 2012 9:35 PM
>Subject:  Database schema
> 
>
> Hi All,
>I have  created a database name '"ofbiz". then the default  schema name "public " created automatically. I want to create schema 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 make a 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 extensible by making new templates, onjhe3 for each type./.

HTH,

Greg Williamson


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux