Re: pg_namespace -> pg_schema?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_namespace -> pg_schema?
Дата
Msg-id 3099.1051309254@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_namespace -> pg_schema?  (Sean Chittenden <sean@chittenden.org>)
Список pgsql-hackers
Sean Chittenden <sean@chittenden.org> writes:
> I know pg_namespace has been in release for one rev, but I was
> wondering if for consistency sake there was any interest or desire or
> plans to change the system catalog to pg_schema.

No.  The choice of catalog name was deliberate: a namespace is not
necessarily identical to a schema.  In any case, I can see no value
to renaming it at this late date.
        regards, tom lane



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

Предыдущее
От: Sean Chittenden
Дата:
Сообщение: pg_namespace -> pg_schema?
Следующее
От: Tom Lane
Дата:
Сообщение: How about an am_superuser GUC parameter (non-settable)?