Re: REASSIGN OWNED doesn't know how to deal with USER MAPPINGs

From: Jaime Casanova <jaime(dot)casanova(at)2ndquadrant(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: REASSIGN OWNED doesn't know how to deal with USER MAPPINGs
Date: 2015-12-10 18:10:03
Message-ID: CAJGNTeOooBUyuDSh83o4tCXKwNWBL7rdq-bzsev94pw-HvLLQw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10 December 2015 at 13:04, Jaime Casanova
<jaime(dot)casanova(at)2ndquadrant(dot)com> wrote:
> Hi,
>
> We just notice $SUBJECT. Attached patch fixes it by ignoring USER
> MAPPINGs in shdepReassignOwned() just like it happens with default
> ACLs.
>

BTW, shouldn't we at least give a warning on those cases instead of
asuming that the user will know that some objects were ignored?

--
Jaime Casanova www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-12-10 18:18:41 Re: mdnblocks() sabotages error checking in _mdfd_getseg()
Previous Message Jaime Casanova 2015-12-10 18:04:54 REASSIGN OWNED doesn't know how to deal with USER MAPPINGs