pg_dump error when dumping mixed-case name tables

Поиск
Список
Период
Сортировка
От Prischepa Vladimir
Тема pg_dump error when dumping mixed-case name tables
Дата
Msg-id 000601c8a3a0$fe8cbbf0$3d42a8c0@office.ems.chel.su
обсуждение исходный текст
Ответы Re: pg_dump error when dumping mixed-case name tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hello!

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
pg_dump: *** aborted because of error


Is that a bug or am I doing anything wrong?

Thank you in advance.

Best Regards,=20
Vladimir Prischepa.=

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

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