On Fri, 2003-11-07 at 08:23, btober(at)seaworthysys(dot)com wrote:
> Is there a way to get a dump of all the DDL and data associated with a
> single schema within a database?
The 7.4 pg_dump is capable of this task (--schema=SCHEMA) but you may
have difficulties restoring to a 7.3 backend.