forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5863bac
committed
Fix dumping role comments when using --no-role-passwords
Commit9a83d56 added support for allowing pg_dumpall to dumproles without including passwords, which accidentally made dumpsomit COMMENTs on roles. This fixes it by using pg_authid to getthe comment.Backpatch to all supported versions. Patch simultaneously writtenindependently by Álvaro and myself.Author: Álvaro Herrera <alvherre@alvh.no-ip.org>Author: Daniel Gustafsson <daniel@yesql.se>Reported-by: Bartosz Chroł <bartosz.chrol@handen.pl>Discussion:https://postgr.es/m/AS8P194MB1271CDA0ADCA7B75FCD8E767F7332@AS8P194MB1271.EURP194.PROD.OUTLOOK.COMDiscussion:https://postgr.es/m/CAEP4nAz9V4H41_4ESJd1Gf0v%3DdevkqO1%3Dpo91jUw-GJSx8Hxqg%40mail.gmail.comBackpatch-through: v121 parente6c4e01 commit5863bac
1 file changed
+10
-7
lines changedLines changed: 10 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
761 | 761 |
| |
762 | 762 |
| |
763 | 763 |
| |
764 |
| - | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
765 | 768 |
| |
766 | 769 |
| |
767 | 770 |
| |
768 | 771 |
| |
769 | 772 |
| |
770 | 773 |
| |
771 |
| - | |
| 774 | + | |
772 | 775 |
| |
773 | 776 |
| |
774 | 777 |
| |
775 |
| - | |
| 778 | + | |
776 | 779 |
| |
777 | 780 |
| |
778 | 781 |
| |
779 | 782 |
| |
780 | 783 |
| |
781 | 784 |
| |
782 |
| - | |
| 785 | + | |
783 | 786 |
| |
784 | 787 |
| |
785 |
| - | |
| 788 | + | |
786 | 789 |
| |
787 | 790 |
| |
788 | 791 |
| |
789 | 792 |
| |
790 | 793 |
| |
791 | 794 |
| |
792 | 795 |
| |
793 |
| - | |
| 796 | + | |
794 | 797 |
| |
795 | 798 |
| |
796 |
| - | |
| 799 | + | |
797 | 800 |
| |
798 | 801 |
| |
799 | 802 |
| |
|
0 commit comments
Comments
(0)