pgsql: Make has_sequence_privilege support WITH GRANT OPTION - Mailing list pgsql-committers

From Joe Conway
Subject pgsql: Make has_sequence_privilege support WITH GRANT OPTION
Date
Msg-id E1eJ16D-0007cY-Dt@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9e051b6746c248958d4497be43db7cb9023388f7

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


pgsql-committers by date:

Previous
From: Joe Conway
Date:
Subject: pgsql: Make has_sequence_privilege support WITH GRANT OPTION
Next
From: Joe Conway
Date:
Subject: pgsql: Make has_sequence_privilege support WITH GRANT OPTION