David Walter writes:
> Using pg_dump version 7.3.4 with the following options
> no table data is dumped.
>
> pg_dump -i --table=* --schema-only db
> --
> -- PostgreSQL database dump
> --
Presumably you don't have any table named "*" in your database. The
wildcard feature was removed some time ago on purpose.
--
Peter Eisentraut peter_e(at)gmx(dot)net