Re: [ADMIN] Error Message Using pg_dumpall - Mailing list pgsql-general

From Tom Lane
Subject Re: [ADMIN] Error Message Using pg_dumpall
Date
Msg-id 20042.1058677187@sss.pgh.pa.us
Whole thread Raw
In response to Error Message Using pg_dumpall  (David Richards <drichard@largo.com>)
List pgsql-general
David Richards <drichard@largo.com> 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 there ... have you dropped
it for some reason?

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problem with a constraint check on a table.
Next
From: Stephan Szabo
Date:
Subject: Re: Inheritance and Constraints