Re: 8.1.3 pg_restore error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Saranya Sivakumar <sarlavk(at)yahoo(dot)com>
Cc: pgsqlnovice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: 8.1.3 pg_restore error
Date: 2006-11-08 19:35:07
Message-ID: 26905.1163014507@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Saranya Sivakumar <sarlavk(at)yahoo(dot)com> writes:
> pg_restore: [custom archiver] could not read data block -- expected 1, got 0

> This is the restore command in the script file
> pg_restore -e -v -U $USER -d $DBNAME -t $table $data_file 2>> $LOGFILE

Can you put together a small self-contained test case demonstrating this
behavior? It sounds like a bug to me.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Allison 2006-11-09 02:08:19 Moving the database
Previous Message Saranya Sivakumar 2006-11-08 15:31:30 8.1.3 pg_restore error