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

From Enrico Ortmann
Subject Re: BUG #1100: pd_dump doesn't work with upper case table names
Date
Msg-id 163423500.20040312090406@radax.net
Whole thread Raw
In response to BUG #1100: pd_dump doesn't work with upper case table names  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
List pgsql-bugs
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

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #1096: pg_restore cannot restore large objects with
Next
From: "Alex J. Avriette"
Date:
Subject: Re: Function is called multiple times in subselect