Re: missing privilege check after not-null constraint rework

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: missing privilege check after not-null constraint rework
Date: 2023-09-05 17:45:27
Message-ID: 202309051745.jk3bqxm26fbx@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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."

Attachment Content-Type Size
0001-Move-privilege-check-to-the-right-place.patch text/x-diff 3.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David G. Johnston 2023-09-05 17:47:45 Re: How to add a new pg oid?
Previous Message Alvaro Herrera 2023-09-05 17:44:44 missing privilege check after not-null constraint rework