Re: Prevent extension creation in temporary schemas

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Prevent extension creation in temporary schemas
Дата
Msg-id 20190301061612.GB31098@paquier.xyz
обсуждение исходный текст
Ответ на Re: Prevent extension creation in temporary schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Prevent extension creation in temporary schemas
Re: Prevent extension creation in temporary schemas
Список pgsql-hackers
On Thu, Feb 28, 2019 at 10:52:52PM -0500, Tom Lane wrote:
> If you're suggesting that we disable that security restriction
> during extension creation, I really can't see how that'd be a
> good thing ...

No, I don't mean that.  I was just wondering if someone can set
search_path within the SQL script which includes the extension
contents to bypass the restriction and the error.  They can always
prefix such objects with pg_temp anyway if need be...
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: readdir is incorrectly implemented at Windows
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: 2019-03 Starts Tomorrow