forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbe01c8c
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 parent33bfbef commitbe01c8c
1 file changed
+12
-9
lines changedLines changed: 12 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
760 | 760 |
| |
761 | 761 |
| |
762 | 762 |
| |
763 |
| - | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
764 | 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 |
| |
800 | 803 |
| |
801 | 804 |
| |
802 | 805 |
| |
803 |
| - | |
| 806 | + | |
804 | 807 |
| |
805 | 808 |
| |
806 |
| - | |
| 809 | + | |
807 | 810 |
| |
808 | 811 |
| |
809 | 812 |
| |
|
0 commit comments
Comments
(0)