| От | Thomas Kellerer |
|---|---|
| Тема | [GENERAL] pg_dump and quoted identifiers |
| Дата | |
| Msg-id | o2p85i$vct$1@blaine.gmane.org обсуждение |
| Ответы |
Re: [GENERAL] pg_dump and quoted identifiers
Re: [GENERAL] pg_dump and quoted identifiers |
| Список | pgsql-general |
Inspired by this question: http://dba.stackexchange.com/q/158044/1822 I tried that for myself, and it seems that pg_dump indeed can not parse quoted identifiers: psql (9.6.1) Type "help" for help. postgres=# create table "Statuses" (id integer); CREATE TABLE postgres=# \q -bash-4.1$ pg_dump -d postgres -t "Statuses" pg_dump: no matching tables were found -bash-4.1$ pg_dump -d postgres -t '"Statuses"' pg_dump: no matching tables were found -bash-4.1$ pg_dump -d postgres -t 'public."Statuses"' pg_dump: no matching tables were found Running 9.6.1 on CentOS 6 but under Windows this is the same. Any ideas?
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера