Harald Fuchs <nospam@sap.com> writes:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
>> 7.4's pg_dump has an option to dump the contents of just one schema.
> The pg_dump manpage of beta4 does not include this option,
Sure it does:
-n namespace
--schema=schema
Dump the contents of schema only. If this option is not specified,
all non-system schemas in the target database will be dumped.
regards, tom lane