BUG #1100: pd_dump doesn't work with upper case table names - Mailing list pgsql-bugs

From PostgreSQL Bugs List
Subject BUG #1100: pd_dump doesn't work with upper case table names
Date
Msg-id 20040311201529.2F436CF490A@www.postgresql.com
Whole thread Raw
Responses Re: BUG #1100: pd_dump doesn't work with upper case table names  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: BUG #1100: pd_dump doesn't work with upper case table names  (Enrico Ortmann <pg.bugs@radax.net>)
List pgsql-bugs
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.

pgsql-bugs by date:

Previous
From: Joe Conway
Date:
Subject: Re: Glitch: cannot use Arrays with Raise Notice
Next
From: Tom Lane
Date:
Subject: Re: Glitch: cannot use Arrays with Raise Notice