- Notifications
You must be signed in to change notification settings - Fork28
Commit9e051b6
committed
Make has_sequence_privilege support WITH GRANT OPTION
The various has_*_privilege() functions all support an optionalWITH GRANT OPTION added to the supported privilege types to testwhether the privilege is held with grant option. That is, all excepthas_sequence_privilege() variations. Fix that.Back-patch to all supported branches.Discussion:https://postgr.es/m/005147f6-8280-42e9-5a03-dd2c1e4397ef@joeconway.com1 parent7b0cb5e commit9e051b6
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2227 | 2227 |
| |
2228 | 2228 |
| |
2229 | 2229 |
| |
| 2230 | + | |
2230 | 2231 |
| |
| 2232 | + | |
2231 | 2233 |
| |
| 2234 | + | |
2232 | 2235 |
| |
2233 | 2236 |
| |
2234 | 2237 |
| |
|
0 commit comments
Comments
(0)