missing chunk number 0 for toast value when pg_dump??

Поиск
Список
Период
Сортировка
От Yi Zhao
Тема missing chunk number 0 for toast value when pg_dump??
Дата
Msg-id 1217755524.5247.3.camel@localhost.localdomain
обсуждение исходный текст
Список pgsql-general
hi, all:
I use pg_dump command to dump a specified  table:
pg_dump mydb -p 5555 -Uyahoo -t mytable -D -a > /export/dump.sql

but, I got this:
-----------------------
pg_dump: SQL command failed
pg_dump: Error message from server: ERROR:  missing chunk number 0 for
toast value 14319826
pg_dump: The command was: FETCH 100 FROM _pg_dump_cursor
-----------------------

the table have about 3,000,000 records, but from the dump file, I got
only 300,000 records with "INSERT INTO".

my postgresql version is :8.3.3.

thanks a lot.

regards,


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

Предыдущее
От: "Marco Bizzarri"
Дата:
Сообщение: Re: Advice on implementing counters in postgreSQL
Следующее
От: Sim Zacks
Дата:
Сообщение: bytea encode performance issues