pgsql: Assorted improvements to SECURITY DEFINER functions documentatio

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Assorted improvements to SECURITY DEFINER functions documentatio
Дата
Msg-id E1pHRr3-003zTM-72@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Assorted improvements to SECURITY DEFINER functions documentation.

Add a cross-reference from the part of the page that introdues SECURITY
INVOKER and SECURITY DEFINER to the part of the page that talks about
writing SECURITY DEFINER functions safely, so that users are less likely
to miss it.

Remove discussion of the pre-8.3 behavior on the theory that it's
probably not very relevant any more, that release having gone out of
support nearly a decade ago.

Add a mention of the new createrole_self_grant GUC, which in
certain cases might need to be set to a safe value to avoid
unexpected consequences.

Possibly this section needs major surgery rather than just these
small tweaks, but hopefully this is at least a small step
forward.

Discussion: http://postgr.es/m/CA+Tgmoauqd1cHQjsNEoxL5O-kEO4iC9dAPyCudSvmNqPJGmy9g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6fa66ec88ff29f5449d89e9891a00fe64afae34e

Modified Files
--------------
doc/src/sgml/ref/create_function.sgml | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: More documentation update for GRANT ... WITH SET OPTION.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: Tighten up VACUUM's approach to setting VM bits.