Re: [GENERAL] Errors with pg_dump

2000-10-06 Thread Tom Lane
[EMAIL PROTECTED] writes: > 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 da

Re: [GENERAL] Errors with pg_dump

2000-10-06 Thread Bryan White
> > 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. > I believ