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

Поиск
Список
Период
Сортировка
От Enrico Ortmann
Тема Re: BUG #1100: pd_dump doesn't work with upper case table names
Дата
Msg-id 163423500.20040312090406@radax.net
обсуждение исходный текст
Ответ на BUG #1100: pd_dump doesn't work with upper case table names  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #1096: pg_restore cannot restore large objects with
Следующее
От: "Alex J. Avriette"
Дата:
Сообщение: Re: Function is called multiple times in subselect