Re: What benefits can I expect from schemas ?

Поиск
Список
Период
Сортировка
От chester c young
Тема Re: What benefits can I expect from schemas ?
Дата
Msg-id 20030109022016.40972.qmail@web12704.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: What benefits can I expect from schemas ?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: What benefits can I expect from schemas ?
Список 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


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Randy D. McCracken"
Дата:
Сообщение: Re: Search and Replace
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: What benefits can I expect from schemas ?