Re: DROP OWNED BY doesn't work - Mailing list pgsql-hackers

From Tom Lane
Subject Re: DROP OWNED BY doesn't work
Date
Msg-id 19299.1156122099@sss.pgh.pa.us
Whole thread Raw
In response to Re: DROP OWNED BY doesn't work  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
I found one other problem in this area, which was that REASSIGN OWNED
didn't work real well either after I changed serial sequences'
dependency type to AUTO.  What I did about it was to make
shdepReassignOwned call ATExecChangeOwner with recursing = true,
which suppresses all those tedious error checks ;-).  This means we
don't need objectIsInternalDependency() at all anymore: just barrel
ahead and try to change owner on everything.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: OTRS
Next
From: mark@mark.mielke.cc
Date:
Subject: Re: PostgreSQL on 64 bit Linux