Re: What permissions are needed to drop a column from a table in postgres? - Mailing list pgsql-general

From David G. Johnston
Subject Re: What permissions are needed to drop a column from a table in postgres?
Date
Msg-id CAKFQuwag3i4LP4njcDj-N0KmDCnb4ZRUHAJgyp+K0rxrcZqhFg@mail.gmail.com
Whole thread Raw
In response to What permissions are needed to drop a column from a table in postgres?  (Siddharth Jain <siddhsql@gmail.com>)
List pgsql-general
On Sun, Apr 2, 2023 at 5:05 PM Siddharth Jain <siddhsql@gmail.com> wrote:
What permissions does a user need to be able to drop columns from a table in postgres? I did read this:
but could not find the answer.


Because there are no permissions for that - you must either be the owner of the table or be a superuser.

David J.

pgsql-general by date:

Previous
From: Siddharth Jain
Date:
Subject: What permissions are needed to drop a column from a table in postgres?
Next
From: Jason McLaurin
Date:
Subject: Re: Very slow queries followed by checkpointer process killed with signal 9