Re: [BUGS] pg_dumpall in post

2001-05-23 Thread Tom Lane
"karthikeyan V" <[EMAIL PROTECTED]> writes: > "failed sanity check, table user_details was not found > pg_dump failed on users, exiting" Probably, you deleted the pg_shadow entry for the user that owned this table. 7.1's pg_dump is somewhat smarter about this sort of situation, but in older vers

[BUGS] pg_dumpall in post

2001-05-22 Thread karthikeyan V
Hi People   I'm planning to upgrade postgresql version 7.0 to 7.1. I tried backuping of my databases using pg_dumpall > filename.dump. I'm getting the error as follows:   "failed sanity check, table user_details was not foundpg_dump failed on users, exiting" I couldn't find solution for this