On Sun, Apr 2, 2023 at 5:05 PM Siddharth Jain <siddhsql(at)gmail(dot)com> wrote:
> What permissions does a user need to be able to drop columns from a table
> in postgres? I did read this:
> https://www.postgresql.org/docs/14/sql-grant.html
> 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.