Re: Database schema

From: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Database schema
Date: 2012-12-04 09:45:56
Message-ID: 20121204094556.GA9675@tux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at> wrote:

> Dhiraj Gupta wrote:
> > 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,
>
> There is no way to automatically create a schema when you create a database.
> Connect to the newly created database and create it with CREATE SCHEMA.
> You can DROP SCHEMA public if you don't need it.

There is a way to create a so called schema in every new created
database: create that schema in the template1, or create a new template
database and use this template to create a new database.

Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly." (unknown)
Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jasen Betts 2012-12-04 10:16:50 Re: Set returning functions in the SELECT list
Previous Message Greg Williamson 2012-12-04 09:40:34 Re: Database schema