Re: BUG #5765: pg_dump fail to find upper case table name

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: BUG #5765: pg_dump fail to find upper case table name
Дата
Msg-id 4CECBF850200002500037DDD@gw.wicourts.gov
обсуждение исходный текст
Список pgsql-bugs
"Cristiano"  wrote:

> Operating system: Linux
> Description: pg_dump fail to find upper case table name

> --table public."streetTypes"

Linux is eating the quotes.  Try:

--table public.'"streetTypes"'

While a bit confusing, this is not a bug in the code.  Perhaps the
documentation should specifically mention it....

-Kevin

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #5765: pg_dump fail to find upper case table name
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: BUG #5765: pg_dump fail to find upper case table name