missing chunk number 0 for toast value when pg_dump?? - Mailing list pgsql-general

From Yi Zhao
Subject missing chunk number 0 for toast value when pg_dump??
Date
Msg-id 1217755524.5247.3.camel@localhost.localdomain
Whole thread Raw
List 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 by date:

Previous
From: "Marco Bizzarri"
Date:
Subject: Re: Advice on implementing counters in postgreSQL
Next
From: Sim Zacks
Date:
Subject: bytea encode performance issues