Errors with pg_dump

From: asbjs(at)stud(dot)ntnu(dot)no
To: pgsql-general(at)postgresql(dot)org
Subject: Errors with pg_dump
Date: 2000-10-06 19:33:44
Message-ID: Pine.LNX.4.21.0010062124570.846-100000@agnus.hildring
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I would like to move some data from an older installation of PostgreSQL to
a newer. When doing
"pg_dump persondb > db.out" I get the following error message:

"dumpSequence(person_sek): 0 (!=1) tuples returned by SELECT"

The "person_sek" is a sequence in the database.

The version of PostgreSQL in question is 6.3.2, running on RedHat Linux
5.1/5.2. The actual database (persondb) seems to be running fine in all
other respects. It can be queried with psql, and is used as the backend
for a set of web pages.

Help, anybody?

Asbjørn Sæbø

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam Haberlach 2000-10-06 19:46:20 Re: Blown Index? Corrupted Table?
Previous Message Adam Haberlach 2000-10-06 19:29:29 Blown Index? Corrupted Table?