pgsql: adjust ACL owners for REASSIGN and ALTER OWNER TO

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: adjust ACL owners for REASSIGN and ALTER OWNER TO
Date: 2015-01-22 17:37:13
Message-ID: E1YELgv-0007mA-Rk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

BACKWARD INCOMPATIBILITY?

Report by Alexey Bashtanov

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/59367fdf97cc1875b053ebf87cd1e071dc7f3640

Modified Files
--------------
src/backend/commands/foreigncmds.c | 56 ++++++++++++++-
src/backend/commands/typecmds.c | 65 ++++++++++++++---
src/test/regress/expected/foreign_data.out | 104 ++++++++++++++--------------
3 files changed, 161 insertions(+), 64 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-01-22 17:51:42 pgsql: Repair brain fade in commit b181a91981203f6ec9403115a2917bd3f947
Previous Message Robert Haas 2015-01-22 17:03:33 pgsql: More fixes for abbreviated keys infrastructure.