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