Guten Tag PostgreSQL Bugs List,
am Donnerstag, 11. März 2004 um 21:15 schrieben Sie:
PBL> The following bug has been logged online:
PBL> Bug reference: 1100
PBL> Logged by: Bill Erickson
PBL> Email address: wjerickson@lucent.com
PBL> PostgreSQL version: 7.4
PBL> Operating system: Solaris 9
PBL> Description: pd_dump doesn't work with upper case table names
PBL> Details:
Hi Bill,
PBL> Here is how I am using the command:
PBL> pg_dump -h pglocalhost -U scncraft -a -d -t SA_SSN;
You have to set the bd-name in quotes. Then the command
pg_dump -h pglocalhost -U scncraft -a -d -t "SA_SSN";
should work.
Regards
Rico