Re: [GENERAL] pg_dump and quoted identifiers

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: [GENERAL] pg_dump and quoted identifiers
Дата
Msg-id o2pat4$q37$1@blaine.gmane.org
обсуждение исходный текст
Ответ на Re: [GENERAL] pg_dump and quoted identifiers  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: [GENERAL] pg_dump and quoted identifiers
Список pgsql-general
David G. Johnston schrieb am 13.12.2016 um 18:05:
> On Tue, Dec 13, 2016 at 9:43 AM, Pavel Stehule <pavel.stehule@gmail.com <mailto:pavel.stehule@gmail.com>>wrote:
>
>
>     pg_dump -t '"Statuses"' postgres
>
>
> ​To elaborate - your shell was removing the double-quotes. You need
> make it so after shell processing the double-quotes remain. Wrapping
> the double-quote string in single-quotes should do it.

That was one of the options I tried, but that neither worked on Linux (using bash) nor on Windows

Thomas


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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: [GENERAL] pg_dump and quoted identifiers
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: [GENERAL] pg_dump and quoted identifiers