"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes:
> I have found that in PG 7.4.1 the dump_pg command
> no longer seems to work with upper case table names.
Works fine for me:
regression=# create table "SA_SSN" ("F1" int);
CREATE TABLE
regression=# \q
$ pg_dump -t SA_SSN regression
-- (produces
The following bug has been logged online:
Bug reference: 1100
Logged by: Bill Erickson
Email address: [EMAIL PROTECTED]
PostgreSQL version: 7.4
Operating system: Solaris 9
Description:pd_dump doesn't work with upper case table names
Details:
I have found that i