Re: What permissions are needed to drop a column from a table in postgres?

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Siddharth Jain <siddhsql(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: What permissions are needed to drop a column from a table in postgres?
Date: 2023-04-03 00:10:47
Message-ID: CAKFQuwag3i4LP4njcDj-N0KmDCnb4ZRUHAJgyp+K0rxrcZqhFg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jason McLaurin 2023-04-03 01:21:40 Re: Very slow queries followed by checkpointer process killed with signal 9
Previous Message Siddharth Jain 2023-04-03 00:05:06 What permissions are needed to drop a column from a table in postgres?