Re: pg_dump problem... - Mailing list pgsql-general

From Alex Pilosov
Subject Re: pg_dump problem...
Date
Msg-id Pine.BSO.4.10.10106111858200.9902-100000@spider.pilosoft.com
Whole thread Raw
In response to pg_dump problem...  ("Andrew W. Schmeder" <andy@e-molecule.com>)
List pgsql-general
On Mon, 11 Jun 2001, Andrew W. Schmeder wrote:
>
> NOTICE:  Index pg_attribute_relid_attnum_index: NUMBER OF INDEX' TUPLES (725) IS NOT THE SAME AS
> HEAP' (958).
>     Recreate the index.
> NOTICE:  Index pg_index_indexrelid_index: NUMBER OF INDEX' TUPLES (86) IS NOT THE SAME AS HEAP'
> (85).
>     Recreate the index.
Try doing 'reindex table pg_attribute' and 'reindex table pg_index' and
then running dump again.

-alex


pgsql-general by date:

Previous
From: Alex Pilosov
Date:
Subject: Re: What the heck is happening here?
Next
From: will trillich
Date:
Subject: Re: ORDER BY what?