Re: Schema vs Namespace

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Schema vs Namespace
Дата
Msg-id 12632.1032714340@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Schema vs Namespace  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> What's the strategy for naming things schema or namespace?  In notice that
> pg_dump messages are all about namespaces.  That seems confusing from a
> user's viewpoint.

Probably the user-visible messages should all mention schemas.

I named the catalog pg_namespace because I didn't want to nail down
a presumption that the things in it are exactly equivalent to SQL
schemas; namespaces are an implementation mechanism to support schemas,
but not necessarily an equivalent concept.  But this bit of
implementation philosophy isn't very relevant for users.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: DROP COLUMN misbehaviour with multiple inheritance
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: DROP COLUMN misbehaviour with multiple inheritance