- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit08c9917
committed
Ignore publication tables when --no-publications is used
96e1cb4 has added support for --no-publications in pg_dump, pg_dumpalland pg_restore, but forgot the fact that publication tables also need tobe ignored when this option is used.Author: Gilles DaroldReviewed-by: Michael PaquierDiscussion:https://postgr.es/m/3f48e812-b0fa-388e-2043-9a176bdee27e@dalibo.comBackpatch-through: 10, where publications have been added.1 parentedb9797 commit08c9917
2 files changed
+9
-3
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2919 | 2919 |
| |
2920 | 2920 |
| |
2921 | 2921 |
| |
2922 |
| - | |
2923 |
| - | |
| 2922 | + | |
| 2923 | + | |
| 2924 | + | |
| 2925 | + | |
| 2926 | + | |
| 2927 | + | |
| 2928 | + | |
2924 | 2929 |
| |
2925 | 2930 |
| |
2926 | 2931 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3907 | 3907 |
| |
3908 | 3908 |
| |
3909 | 3909 |
| |
| 3910 | + | |
3910 | 3911 |
| |
3911 | 3912 |
| |
3912 | 3913 |
| |
3913 | 3914 |
| |
3914 | 3915 |
| |
3915 | 3916 |
| |
3916 | 3917 |
| |
3917 |
| - | |
| 3918 | + | |
3918 | 3919 |
| |
3919 | 3920 |
| |
3920 | 3921 |
| |
|
0 commit comments
Comments
(0)