forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1f50394
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 parenta3bb831 commit1f50394
2 files changed
+9
-3
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2855 | 2855 |
| |
2856 | 2856 |
| |
2857 | 2857 |
| |
2858 |
| - | |
2859 |
| - | |
| 2858 | + | |
| 2859 | + | |
| 2860 | + | |
| 2861 | + | |
| 2862 | + | |
| 2863 | + | |
| 2864 | + | |
2860 | 2865 |
| |
2861 | 2866 |
| |
2862 | 2867 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3886 | 3886 |
| |
3887 | 3887 |
| |
3888 | 3888 |
| |
| 3889 | + | |
3889 | 3890 |
| |
3890 | 3891 |
| |
3891 | 3892 |
| |
3892 | 3893 |
| |
3893 | 3894 |
| |
3894 | 3895 |
| |
3895 | 3896 |
| |
3896 |
| - | |
| 3897 | + | |
3897 | 3898 |
| |
3898 | 3899 |
| |
3899 | 3900 |
| |
|
0 commit comments
Comments
(0)