From: pck <peceka(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject:
Date: 2005-04-04 09:14:24
Message-ID: f0f70e5e05040402147657a041@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I've got PgSQL 7.4 on FreeBSD 4.

When I try to dump database:
/usr/local/bin/pg_dump database --username=user -d > database.sql

It shows me these errors and stops:
pg_dump: dumpClasses(): SQL command failed
pg_dump: Error message from server: ERROR: invalid page header in
block 9869 of relation "tabstats"
pg_dump: The command was: FETCH 100 FROM _pg_dump_cursor

How can i repair this table?

--
Przemysław Ciesielski

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mario Reis 2005-04-04 09:24:17 Raise Exception
Previous Message go 2005-04-04 09:11:20 Re: How to dump data from database?