pg_dump scripts are no longer ordinary-user friendly - Mailing list pgsql-hackers

From Tom Lane
Subject pg_dump scripts are no longer ordinary-user friendly
Date
Msg-id 27597.983840458@sss.pgh.pa.us
Whole thread Raw
Responses Re: pg_dump scripts are no longer ordinary-user friendly  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-hackers
It used to be that if you had a pg_dump file without ACL checks, you
could load it as an unprivileged user.  Now you get a ton of complaints
about those handy little "update pg_class" commands.

I suppose this is only a cosmetic issue, but we're going to get
questions/complaints about it... is there any way to avoid needing
those UPDATEs?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alfred Perlstein
Date:
Subject: Re: How to shoot yourself in the foot: kill -9 postmaster
Next
From: Lamar Owen
Date:
Subject: Re: How to shoot yourself in the foot: kill -9 postmaster