Re: contrib catalogs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: contrib catalogs
Дата
Msg-id 20278.1216878974@sss.pgh.pa.us
обсуждение исходный текст
Ответ на contrib catalogs  (Kevin Neufeld <kneufeld@refractions.net>)
Ответы Re: contrib catalogs  (Kevin Neufeld <kneufeld@refractions.net>)
Список pgsql-general
Kevin Neufeld <kneufeld@refractions.net> writes:
> This might seem like a silly question, but what are the implications of
> PostgreSQL allowing developers to create custom catalogs?

> For example, PostgreSQL currently uses the pg_catalog schema to store
> system catalogs / relations / functions / etc.  Has thought gone into
> extending the scope to allow contrib modules to create their own
> catalogs (ie. a PostGIS catalog, cube, tsearch2, etc.)?

A superuser can create whatever he wants in pg_catalog.  Whether this
is a good idea or will behave smoothly is a topic that has not been
thought about, to my knowledge.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: mac install question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: cast affects use of indexes ?