forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit55a586b
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 parent90a1f97 commit55a586b
2 files changed
+9
-3
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2837 | 2837 |
| |
2838 | 2838 |
| |
2839 | 2839 |
| |
2840 |
| - | |
2841 |
| - | |
| 2840 | + | |
| 2841 | + | |
| 2842 | + | |
| 2843 | + | |
| 2844 | + | |
| 2845 | + | |
| 2846 | + | |
2842 | 2847 |
| |
2843 | 2848 |
| |
2844 | 2849 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3601 | 3601 |
| |
3602 | 3602 |
| |
3603 | 3603 |
| |
| 3604 | + | |
3604 | 3605 |
| |
3605 | 3606 |
| |
3606 | 3607 |
| |
3607 | 3608 |
| |
3608 | 3609 |
| |
3609 | 3610 |
| |
3610 | 3611 |
| |
3611 |
| - | |
| 3612 | + | |
3612 | 3613 |
| |
3613 | 3614 |
| |
3614 | 3615 |
| |
|
0 commit comments
Comments
(0)