Re: PGDUMP Bug

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: PGDUMP Bug
Дата
Msg-id 4CAC410902000025000365AF@gw.wicourts.gov
обсуждение исходный текст
Ответ на PGDUMP Bug  ("Satheesan K Nair" <support@shakthiinnovators.com>)
Ответы Re: PGDUMP Bug
Список pgsql-bugs
"Satheesan K Nair" <support@shakthiinnovators.com> wrote:

> C:\pgsql\bin>pg_dump.exe -h dbserver -p 5432 -U streamline -F c -v
> -f "C:\backup\wrm_batch.backup" -t wrm_batch -n "Jay Jay Mills
> Lanka (Private) Limited" "16mar10"

I don't know about Windows, but on Linux you would need apostrophe
quoting around the double-quotes in that context:

-n '"Jay Jay Mills Lanka (Private) Limited"'

Otherwise the OS eats your quote characters and PostgreSQL doesn't
know about them, so it would fold the schema name to lower case.

-Kevin

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

Предыдущее
От: "Satheesan K Nair"
Дата:
Сообщение: PGDUMP Bug
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PGDUMP Bug