Re: pg_dump -t and mixed case table names

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump -t and mixed case table names
Дата
Msg-id 18572.1020376614@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump -t and mixed case table names  (Tina Messmann <tina.messmann@xinux.de>)
Список pgsql-general
Tina Messmann <tina.messmann@xinux.de> writes:
> postgres@trill:~$ pg_dump -s -t "TestTable" test

The shell ate your quote marks.  Try

pg_dump -s -t '"TestTable"' test

            regards, tom lane

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