[PATCHES] pg_dump --table=* dumps nothing?

2003-10-02 Thread David Walter
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 -- -- EOF The following patch work for the tables in the specified database. The patch was built from the source for 7.3.2. I'm not subscribed

Re: [PATCHES] pg_dump --table=* dumps nothing?

2003-10-02 Thread Peter Eisentraut
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 ag

Re: [PATCHES] pg_dump --table=* dumps nothing?

2003-10-02 Thread Tom Lane
David Walter <[EMAIL PROTECTED]> writes: > Using pg_dump version 7.3.4 with the following options > no table data is dumped. > pg_dump -i --table=* --schema-only db Current sources interpret this as asking to dump a table named "*". There was never any support for wildcards in the table paramete