Re: [HACKERS] pg_dump Backup on 7.0.3 - Sanity error?

2001-04-30 Thread G. Anthony Reina

Tom Lane wrote:

 Most likely, you removed the user that owned ro_ellipse.  Create a
 user with the same usesysid shown as ro_ellipse's relowner, or else
 change the relowner field to point at an extant user.

 I believe 7.1's pg_dump copes with this sort of thing more gracefully...

 regards, tom lane

Yes. I did delete that user. Thanks Tom. That makes sense.


-Tony



---(end of broadcast)---
TIP 6: Have you searched our list archives?

http://www.postgresql.org/search.mpl



[HACKERS] pg_dump Backup on 7.0.3 - Sanity error?

2001-04-27 Thread G. Anthony Reina

I'm trying to use pg_dump to backup my tables one at a time from
Postgres 7.0.3 (I'll upgrade to 7.1 in a few weeks). I'm getting a
strange error that I've never encountered before.

The backup call is:pg_dump db01 -t cell | gzip  cell.backup.gz

The error is :  failed sanity check, table ro_ellipse was not found

However, I wasn't even accessing table ro_ellipse. Plus, I've verified
that the table does exist and appears fine (I can select data from it).
I vacuumed the db and even restarted the postmaster, but I still get
this weird warning.

Anyone seen this before or know if this is a problem?

Thanks.
-Tony

Postgres 7.0.3 running on RH Linux 6.2 (Zoot), Pentium III/400 MHz, 512
Meg RAM





---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly