Re: What benefits can I expect from schemas ?

From: chester c young <chestercyoung(at)yahoo(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: What benefits can I expect from schemas ?
Date: 2003-01-09 02:20:16
Message-ID: 20030109022016.40972.qmail@web12704.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

> > I could not find much documentation about SQL 92 schemas that
> > 7.3 now supports. I understood it was a structure to group various
> > objects, which allows faster privilege management, namespaces
> > definition.
> > Besides that, I don't see any advantages. I'd be glad if someone
> > could point them out for me, or give doc links.
>
> That's pretty much it. You can give each user their own namespace so
> they can all create tables with the same name, or put applications in
> their own namespace so they don't conflict with other applications.
> You can also control object creation easier by restricting privs on
> the > public namespace.

Can you copy by schema?

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 2003-01-09 02:26:28 Re: What benefits can I expect from schemas ?
Previous Message Randy D. McCracken 2003-01-08 20:18:59 Re: [SQL] Search and Replace