forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf313646
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 parentc6679e4 commitf313646
1 file changed
+15
-0
lines changedLines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3666 | 3666 |
| |
3667 | 3667 |
| |
3668 | 3668 |
| |
| 3669 | + | |
| 3670 | + | |
3669 | 3671 |
| |
3670 | 3672 |
| |
3671 | 3673 |
| |
| |||
3723 | 3725 |
| |
3724 | 3726 |
| |
3725 | 3727 |
| |
| 3728 | + | |
| 3729 | + | |
| 3730 | + | |
3726 | 3731 |
| |
3727 | 3732 |
| |
3728 | 3733 |
| |
| |||
3743 | 3748 |
| |
3744 | 3749 |
| |
3745 | 3750 |
| |
| 3751 | + | |
| 3752 | + | |
| 3753 | + | |
3746 | 3754 |
| |
3747 | 3755 |
| |
3748 | 3756 |
| |
| |||
3755 | 3763 |
| |
3756 | 3764 |
| |
3757 | 3765 |
| |
| 3766 | + | |
| 3767 | + | |
| 3768 | + | |
| 3769 | + | |
| 3770 | + | |
3758 | 3771 |
| |
3759 | 3772 |
| |
3760 | 3773 |
| |
| 3774 | + | |
| 3775 | + | |
3761 | 3776 |
| |
3762 | 3777 |
| |
3763 | 3778 |
| |
|
0 commit comments
Comments
(0)