-
- Downloads
Revise psql pattern-matching switches as per discussion. The rule is now
to process all inclusion switches then all exclusion switches, so that the behavior is independent of switch ordering. Use of -T does not cause non-table objects to be suppressed. And the patterns are now interpreted the same way psql's \d commands do it, rather than as pure regex commands; this allows for example -t schema.tab to do what it should have been doing all along. Re-enable the --blobs switch to do something useful, ie, add back blobs into a dump they were otherwise suppressed from.
Showing
- doc/src/sgml/ref/pg_dump.sgml 186 additions, 117 deletionsdoc/src/sgml/ref/pg_dump.sgml
- src/bin/pg_dump/common.c 130 additions, 14 deletionssrc/bin/pg_dump/common.c
- src/bin/pg_dump/pg_dump.c 197 additions, 248 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_dump.h 40 additions, 1 deletionsrc/bin/pg_dump/pg_dump.h
Loading
Please register or sign in to comment