Re: [ADMIN] Error Message Using pg_dumpall

2003-07-19 Thread Tom Lane
David Richards <[EMAIL PROTECTED]> writes: > new_largo:/var/lib/pgsql >pg_dumpall > /home/largo/dkr.dump > ERROR: Relation 'pg_user' does not exist > getDatabase(): SELECT failed. Explanation from backend: 'ERROR: > Relation 'pg_user' does not exist pg_dump does expect the pg_user view to be th

[ADMIN] Error Message Using pg_dumpall

2003-07-19 Thread David Richards
I'm not on these lists, please reply to me directly if you have any information: We are attempting to upgrade from version 7.1 to 7.2 of Postgres.  Part of the upgrade is to perform a pg_dumpall and dump the data, and then reload it back into 7.2.  When I issue the command, I get the following