Re: has_privs_of_role vs. is_member_of_role, redux
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Joe Conway <mail@joeconway.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-09-19T18:42:48Z
Lists: pgsql-hackers
On Fri, Aug 26, 2022 at 10:11 AM Robert Haas <robertmhaas@gmail.com> wrote: > Here's a small patch. Despite the small size of the patch, there are a > couple of debatable points here: Nobody's commented on this patch specifically, but it seemed like we had consensus that ALTER DEFAULT PRIVILEGES was doing The Wrong Thing, so I've pushed the patch I posted previously for that issue. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Make ALTER DEFAULT PRIVILEGES require privileges, not membership.
- 48a257d444a7 16.0 landed