Re: pg_dump error when dumping mixed-case name tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_dump error when dumping mixed-case name tables
Дата
Msg-id 10515.1208786608@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_dump error when dumping mixed-case name tables  ("Prischepa Vladimir" <vlpri@ems.ru>)
Список pgsql-bugs
"Prischepa Vladimir" <vlpri@ems.ru> writes:
> I dump only one table which has mixed case name. But it doesn't work.
> It results in the following error:

> pg_dump.exe -h localhost -p 5433 -U postgres -i  -F p -t '"T10441"' -v -f "test.sql" test
> pg_dump: No matching tables were found

Which PG version are you using?

The '"FOO"' bit works in pg_dump 8.2 and later.  In older versions, try
just FOO.

            regards, tom lane

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

Предыдущее
От: "Prischepa Vladimir"
Дата:
Сообщение: pg_dump error when dumping mixed-case name tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4120: ERROR: cache lookup failed for function 0