Re: pgsql: adjust ACL owners for REASSIGN and ALTER OWNER TO - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: adjust ACL owners for REASSIGN and ALTER OWNER TO
Date
Msg-id 20150122175451.GD1663@alvh.no-ip.org
Whole thread Raw
In response to pgsql: adjust ACL owners for REASSIGN and ALTER OWNER TO  (Bruce Momjian <bruce@momjian.us>)
Responses Re: pgsql: adjust ACL owners for REASSIGN and ALTER OWNER TO
List pgsql-committers
Bruce Momjian wrote:
> adjust ACL owners for REASSIGN and ALTER OWNER TO
>
> When REASSIGN and ALTER OWNER TO are used, both the object owner and ACL
> list should be changed from the old owner to the new owner. This patch
> fixes types, foreign data wrappers, and foreign servers to change their
> ACL list properly;  they already changed owners properly.

Isn't this a backpatchable bug fix?

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Repair brain fade in commit b181a91981203f6ec9403115a2917bd3f947
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: adjust ACL owners for REASSIGN and ALTER OWNER TO