Re: [GENERAL] pg_dump and quoted identifiers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] pg_dump and quoted identifiers
Дата
Msg-id 19138.1481815226@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] pg_dump and quoted identifiers  (Thomas Kellerer <spam_eater@gmx.net>)
Ответы Re: [GENERAL] pg_dump and quoted identifiers
Re: [GENERAL] pg_dump and quoted identifiers
Список pgsql-general
Thomas Kellerer <spam_eater@gmx.net> writes:
> Adrian Klaver schrieb am 14.12.2016 um 15:32:
>> So have you tried the answer from the SO question?:

> Still doesn't work:
>   -bash-4.1$ pg_dump -d postgres -t "\"Statuses\""
>   pg_dump: no matching tables were found

Hmm.  It might shed some light if you put "echo" in front of that
to see what gets printed:

$ echo pg_dump -d postgres -t "\"Statuses\""
pg_dump -d postgres -t "Statuses"

            regards, tom lane


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

Предыдущее
От: Tom DalPozzo
Дата:
Сообщение: [GENERAL] tuple data size and compression
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: [GENERAL] tuple data size and compression