- Notifications
You must be signed in to change notification settings - Fork5
Commit018eb02
committed
Do not DROP default roles in pg_dumpall -c
When pulling the list of roles to drop, exclude roles whose namesbegin with "pg_" (as we do when we are dumping the roles out torecreate them).Also add regression tests to cover pg_dumpall -c and this specificissue.Noticed by Rushabh Lathia. Patch by me.1 parentf5e7b2f commit018eb02
2 files changed
+93
-2
lines changedLines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
605 | 605 |
| |
606 | 606 |
| |
607 | 607 |
| |
608 |
| - | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
609 | 615 |
| |
610 | 616 |
| |
611 | 617 |
| |
|
0 commit comments
Comments
(0)