Re: why use SCHEMA? any real-world examples? - Mailing list pgsql-general

From Markus Wollny
Subject Re: why use SCHEMA? any real-world examples?
Date
Msg-id 2266D0630E43BB4290742247C8910575068B7FD5@dozer.computec.de
Whole thread Raw
In response to why use SCHEMA? any real-world examples?  (Miles Keaton <mileskeaton@gmail.com>)
Responses Re: why use SCHEMA? any real-world examples?
List pgsql-general
Hi!

It's really just a convenience-thing to organize your data in a more intuitive way. We're running several online
magazines,each of those with a sort of "entity-database", but each with their own articles. So we've just put the
entity-datain the public schema, whereas the magazine-specific data is going in their own schemata. That way we can
simplyuse the very same queries for all of our magazines' applications, just by implementing the magazine-schema as a
variablewhich is set at query-runtime.  

Kind regards

   Markus

> -----Ursprüngliche Nachricht-----
> Von: pgsql-general-owner@postgresql.org
> [mailto:pgsql-general-owner@postgresql.org] Im Auftrag von
> Miles Keaton
> Gesendet: Donnerstag, 25. November 2004 06:13
> An: pgsql-general@postgresql.org
> Betreff: [GENERAL] why use SCHEMA? any real-world examples?
>
> I just noticed PostgreSQL's schemas for my first time.
> (http://www.postgresql.org/docs/current/static/ddl-schemas.html)
>
> I Googled around, but couldn't find any articles describing
> WHY or WHEN to use schemas in database design.
>
> Since the manual says HOW, could anyone here who has used schemas take
> a minute to describe to a newbie like me why you did?   What benefits
> did they offer you?   Any drawbacks?
>
> Thanks for your time.
>
> - Miles
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: tableoid
Next
From: "Anatoly Okishev"
Date:
Subject: Re: HELP speed up my Postgres