forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6da7d36
committed
Teach pg_dump to dump comments on RLS policy objects.
This was unaccountably omitted in the original RLS patch.The SQL syntax is basically the same as for comments on triggers,so crib code from dumpTrigger().Per report from Marc Munro. Back-patch to all supported branches.Discussion:https://postgr.es/m/1581889298.18009.15.camel@bloodnok.com1 parent4a97f64 commit6da7d36
1 file changed
+15
-0
lines changedLines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3661 | 3661 |
| |
3662 | 3662 |
| |
3663 | 3663 |
| |
| 3664 | + | |
| 3665 | + | |
3664 | 3666 |
| |
3665 | 3667 |
| |
3666 | 3668 |
| |
| |||
3718 | 3720 |
| |
3719 | 3721 |
| |
3720 | 3722 |
| |
| 3723 | + | |
| 3724 | + | |
| 3725 | + | |
3721 | 3726 |
| |
3722 | 3727 |
| |
3723 | 3728 |
| |
| |||
3738 | 3743 |
| |
3739 | 3744 |
| |
3740 | 3745 |
| |
| 3746 | + | |
| 3747 | + | |
| 3748 | + | |
3741 | 3749 |
| |
3742 | 3750 |
| |
3743 | 3751 |
| |
| |||
3750 | 3758 |
| |
3751 | 3759 |
| |
3752 | 3760 |
| |
| 3761 | + | |
| 3762 | + | |
| 3763 | + | |
| 3764 | + | |
| 3765 | + | |
3753 | 3766 |
| |
3754 | 3767 |
| |
3755 | 3768 |
| |
| 3769 | + | |
| 3770 | + | |
3756 | 3771 |
| |
3757 | 3772 |
| |
3758 | 3773 |
| |
|
0 commit comments
Comments
(0)