Re: What's the point of creating a schema?

From: Kretschmer Andreas <andreas_kretschmer(at)despammed(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: What's the point of creating a schema?
Date: 2005-09-10 20:32:36
Message-ID: 20050910203236.GA3810@kaufbach.delug.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

kynn(at)panix(dot)com <kynn(at)panix(dot)com> schrieb:
> Why would one bother to create a schema (with "create schema blah
> blah")? Isn't a database enough to keep tables, etc. separate? I can

For instance:

I have several locations in our company. Now i want to have individual
tables for every location, and a summarized view over all locations.
Thats why i create a schema for every location with individual tables,
and a summarized view over all locations.

Regards, Andreas
--
Diese Message wurde erstellt mit freundlicher Unterstützung eines freilau-
fenden Pinguins aus artgerechter Freilandhaltung. Er ist garantiert frei
von Micro$oft'schen Viren. (#97922 http://counter.li.org) GPG 7F4584DA
Was, Sie wissen nicht, wo Kaufbach ist? Hier: N 51.05082°, E 13.56889° ;-)

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Oliver Elphick 2005-09-10 23:38:11 Re: What's the point of creating a schema?
Previous Message Tom Lane 2005-09-10 19:10:21 Re: ...ADD CONSTRAINT "$1"... ?