pg_dump: Only dump publications when dumping everything
Peter Eisentraut <peter_e@gmx.net>
pg_dump: Only dump publications when dumping everything Don't dump publications with pg_dump -t or similar cases that select specific groups of objects. Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_dump.c | modified | +25 −4 |
| src/bin/pg_dump/t/002_pg_dump.pl | modified | +23 −25 |