forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit997015e
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 parentcd3bde8 commit997015e
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2244 | 2244 |
| |
2245 | 2245 |
| |
2246 | 2246 |
| |
| 2247 | + | |
2247 | 2248 |
| |
| 2249 | + | |
2248 | 2250 |
| |
| 2251 | + | |
2249 | 2252 |
| |
2250 | 2253 |
| |
2251 | 2254 |
| |
|
0 commit comments
Comments
(0)