pg_dump: Emit ONLY before table added to publication
Peter Eisentraut <peter_e@gmx.net>
pg_dump: Emit ONLY before table added to publication This is necessary to be able to reproduce publication membership correctly if tables are involved in inheritance. Author: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_dump.c | modified | +1 −1 |
| src/bin/pg_dump/t/002_pg_dump.pl | modified | +2 −2 |