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/[email protected] Branch ------ REL9_4_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/d8d9c97cd118a8411ea238a07c46c4ad22767fab Modified Files -------------- src/backend/utils/adt/acl.c | 3 +++ 1 file changed, 3 insertions(+)
