Re: why use SCHEMA? any real-world examples?

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: why use SCHEMA? any real-world examples?
Дата
Msg-id 87d5y127ex.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: why use SCHEMA? any real-world examples?  ("Markus Wollny" <Markus.Wollny@computec.de>)
Список pgsql-general
> > 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?

I suspect the consumer of this feature for whom it would make the biggest
difference would be shrinkwrapped packages. For example, if you have a
database and want to add on a logging package, a billing package, and a CMS
system and you want to store the data in your existing database so you can
integrate them all closely together, then it would be nice to at least keep
the database tables in separate namespaces.

--
greg

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

Предыдущее
От: Dave Smith
Дата:
Сообщение: Using IN with subselect
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Using IN with subselect