The following bug has been logged online:
Bug reference: 1100
Logged by: Bill Erickson
Email address: wjerickson@lucent.com
PostgreSQL version: 7.4
Operating system: Solaris 9
Description: pd_dump doesn't work with upper case table names
Details:
I have found that in PG 7.4.1 the dump_pg command
no longer seems to work with upper case table names.
Here is how I am using the command:
pg_dump -h pglocalhost -U scncraft -a -d -t SA_SSN;
If I change the table name to lower case the command
will work.