Commit 752714d
committed
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.com1 parent 6d4ae6a commit 752714d
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2242 | 2242 | | |
2243 | 2243 | | |
2244 | 2244 | | |
| 2245 | + | |
2245 | 2246 | | |
| 2247 | + | |
2246 | 2248 | | |
| 2249 | + | |
2247 | 2250 | | |
2248 | 2251 | | |
2249 | 2252 | | |
| |||
0 commit comments