forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit752714d
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 parent6d4ae6a commit752714d
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
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
Comments
(0)