pg_dump error

From: Adam Witney <awitney(at)sgul(dot)ac(dot)uk>
To: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: pg_dump error
Date: 2005-09-07 09:50:44
Message-ID: BF447684.4C6C2%awitney@sgul.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


Hi,

I just ran into an error from pg_dump:

/usr/local/pgsql/bin/pg_dump -F p my_db

pg_dump: ERROR: unexpected chunk number 3292 (expected 5) for toast value
144391872
pg_dump: SQL command to dump the contents of table "measured_bioassay_base"
failed: PQendcopy() failed.
pg_dump: Error message from server: ERROR: unexpected chunk number 3292
(expected 5) for toast value 144391872
pg_dump: The command was: COPY public.measured_bioassay_base (bioassay_id,
name, owner_id, writer_id, readers_id, is_deleted, delete_time, expt_id,
protocol_application_id, source_bioassay_id, filename, fileheader, format,
date_uploaded) TO stdout;

Any ideas whats happened here? It looks like one of my tables hasn't backed
up correctly. This table has a text field which contains large amounts of
data per field. The dump file is much smaller than last nights dump.

(PostgreSQL 7.4.8 on i686-pc-linux-gnu, compiled by GCC 2.95.4)

Thanks for any help

Adam

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Adam Witney 2005-09-07 14:49:45 Re: pg_dump error... Follow up
Previous Message Pradeepkumar, Pyatalo (IE10) 2005-09-07 06:10:24 Re: FW: Libpq - multibyte character support