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

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: What permissions are needed to drop a column from a table in postgres?
Дата
Msg-id CAKFQuwag3i4LP4njcDj-N0KmDCnb4ZRUHAJgyp+K0rxrcZqhFg@mail.gmail.com
обсуждение исходный текст
Ответ на What permissions are needed to drop a column from a table in postgres?  (Siddharth Jain <siddhsql@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Siddharth Jain
Дата:
Сообщение: What permissions are needed to drop a column from a table in postgres?
Следующее
От: Jason McLaurin
Дата:
Сообщение: Re: Very slow queries followed by checkpointer process killed with signal 9