Re: missing privilege check after not-null constraint rework
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-09-05T17:45:27Z
Lists: pgsql-hackers
Attachments
- 0001-Move-privilege-check-to-the-right-place.patch (text/x-diff)
On 2023-Sep-05, Alvaro Herrera wrote: > Here's a fix to move the privilege check on constraint dropping from > ATExecDropConstraint to dropconstraint_internal. -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/ "No renuncies a nada. No te aferres a nada."
Commits
-
Move privilege check to the right place
- ac22a9545ca9 17.0 landed