Re: [GENERAL] What is exactly a schema?

Поиск
Список
Период
Сортировка
От Berend Tober
Тема Re: [GENERAL] What is exactly a schema?
Дата
Msg-id 38f5d2b3-22b2-3389-ceea-38bb471a568f@computer.org
обсуждение исходный текст
Ответ на [GENERAL] What is exactly a schema?  (marcelo <marcelo.nicolet@gmail.com>)
Ответы Re: [GENERAL] What is exactly a schema?
Список pgsql-general
marcelo wrote:
> The question is not trivial. Could I maintain two or three separate/distinct "versions" of same
> database using one schema for every of them?
> Could some tables (in the public schema) be shared among all the schemas?
>
>

Yes and yes. In the Postgresql world, the word "schema" is maybe unfortunately overloaded, but
whenever you read it think "namespace". In fact, in the systems catalog there are columns named
"namespace" that store data referring to named schemas.

-- B




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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [GENERAL] What is exactly a schema?
Следующее
От: marcelo
Дата:
Сообщение: Re: [GENERAL] What is exactly a schema?