Is there a simple way to create a copy of a database or schema in PostgreSQL 8.1?
I\'m testing some software which does a lot of updates to a particular schema withi
pg_dump with the --schema-only option.
--schema-only