Simon Riggs <simon(at)2ndquadrant(dot)com> writes:
> So if I understand:
> * we add switches to pg_dump to dump out separate files with --pre,
> --post and --data (or other names) [TODO: Simon]
> * we add switches to pg_restore to load/dump from the single archive
> file the subsets of --pre, --post, --data [TODO: Magnus]
Oh dear. Apparently you do not understand that *these are the same
switches*. The way pg_dump is structured, there is only one
implementation to be done for both cases.
regards, tom lane