BUG #1100: pd_dump doesn't work with upper case table names

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1100: pd_dump doesn't work with upper case table names
Date: 2004-03-11 20:15:29
Message-ID: 20040311201529.2F436CF490A@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1100
Logged by: Bill Erickson

Email address: wjerickson(at)lucent(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-03-11 20:26:01 Re: Glitch: cannot use Arrays with Raise Notice
Previous Message Joe Conway 2004-03-11 19:07:14 Re: Glitch: cannot use Arrays with Raise Notice