Re: security_definer_search_path GUC

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: security_definer_search_path GUC
Дата
Msg-id CAFj8pRD=C8KV67k_F7Uwa4HYO28DLRK329p5O6Zd_=CViaL2nQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: security_definer_search_path GUC  ("Joel Jacobson" <joel@compiler.org>)
Ответы Re: security_definer_search_path GUC  ("Joel Jacobson" <joel@compiler.org>)
Re: security_definer_search_path GUC  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-hackers


pá 4. 6. 2021 v 17:43 odesílatel Joel Jacobson <joel@compiler.org> napsal:
Maybe this could work:
CREATE SCHEMA schema_name UNQUALIFIED;
Which would explicitly make all the objects created in the schema accessible unqualified, but also enforce there are no conflicts with other objects in existence in all unqualified schemas, upon the creation of new objects.

Yes, it can work. I am not sure if "unqualified" is the best keyword, but the idea is workable.

Regards

Pavel

/Joel


















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

Предыдущее
От: "Joel Jacobson"
Дата:
Сообщение: Re: security_definer_search_path GUC
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Incorrect usage of strtol, atoi for non-numeric junk inputs