forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7b7fa85
Fix stop condition for dumping GRANT commands
Commitce6b672 changed dumping GRANT commands to ensure thatgrantors already have an ADMIN OPTION on the role for which itis granting permissions. Looping over the grants per role has astop condition on dumping the grant statements, but accidentallymissed updating the variable for the conditional check.Author: Andreas Scherbaum <ads@pgug.de>Co-authored-by: Artur Zakirov <zaartur@gmail.com>Discussion:https://postgr.es/m/de44299d-cd31-b41f-2c2a-161fa5e586a5@pgug.de1 parent4def50e commit7b7fa85
1 file changed
+1
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1052 | 1052 |
| |
1053 | 1053 |
| |
1054 | 1054 |
| |
| 1055 | + | |
1055 | 1056 |
| |
1056 | 1057 |
| |
1057 | 1058 |
| |
|
0 commit comments
Comments
(0)