pgsql: Make has_sequence_privilege support WITH GRANT OPTION

Поиск
Список
Период
Сортировка
От Joe Conway
Тема pgsql: Make has_sequence_privilege support WITH GRANT OPTION
Дата
Msg-id E1eJ16I-0007dI-1P@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make has_sequence_privilege support WITH GRANT OPTION

The various has_*_privilege() functions all support an optional
WITH GRANT OPTION added to the supported privilege types to test
whether the privilege is held with grant option. That is, all except
has_sequence_privilege() variations. Fix that.

Back-patch to all supported branches.

Discussion: https://postgr.es/m/005147f6-8280-42e9-5a03-dd2c1e4397ef@joeconway.com

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/db714c62bed9dea71ed1700855fb755f2e75f2da

Modified Files
--------------
src/backend/utils/adt/acl.c | 3 +++
1 file changed, 3 insertions(+)


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: pgsql: Make has_sequence_privilege support WITH GRANT OPTION
Следующее
От: Joe Conway
Дата:
Сообщение: pgsql: Make has_sequence_privilege support WITH GRANT OPTION