Re: pgsql/src backend/catalog/aclchk.c backend/cat ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql/src backend/catalog/aclchk.c backend/cat ...
Дата
Msg-id 11050.1018649292@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql/src backend/catalog/aclchk.c backend/cat ...  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-committers
Peter Eisentraut <peter_e@gmx.net> writes:
> But the schema for system catalogs is supposed to be called
> definition_schema.

(1) AFAICT from the spec, DEFINITION_SCHEMA is not allowed to be
accessed directly from SQL statements, thus whether it really exists
or not is a matter of theology, not an interesting question for spec
conformance.

(2) In our case there are multiple special namespaces (pg_catalog,
pg_toast, pg_temp_XXX, maybe some more in the future) and so having
just one reserved schema name isn't going to do anyway.  It seems
appropriate to move our traditional "pg_ prefix is reserved" notion
over to the domain of schema names, even though we no longer have to
have it at the table level.

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql/src backend/catalog/aclchk.c backend/cat ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/doc TODO