Re: BUG #16698: Create extension and search path

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16698: Create extension and search path
Дата
Msg-id 957260.1604425826@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #16698: Create extension and search path  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #16698: Create extension and search path  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs
Miha Vrhovnik <miha.vrhovnik@gmail.com> writes:
> What are then extensions.. They live in some sort of limbo.. as they don't
> behave like a natural extension of the database... As they behave
> differently (because they "require" public shema in path if extensions are
> created while in public schema ).

You've got the wrong mental model.  Extensions are containers, which
may *contain* objects that live within schemas, but the extension itself
does not.  The key reason for doing it that way is that an extension might
itself contain a schema, or more than one schema.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: User with BYPASSRLS privilege can't change password
Следующее
От: Wolfgang Walther
Дата:
Сообщение: Re: User with BYPASSRLS privilege can't change password