Re: update schema table permission denied

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: update schema table permission denied
Дата
Msg-id 3308786.1706912548@sss.pgh.pa.us
обсуждение исходный текст
Ответ на update schema table permission denied  (Vano Beridze <vanuatoo@gmail.com>)
Список pgsql-general
Vano Beridze <vanuatoo@gmail.com> writes:
> I granted insert and update permission on the table outbox_event to the
> user "app"
> When the following command is run with the user app
> update adm.outbox_event set .. where id = ..
> Postgresql gives the notification:
> ERROR: permission denied for table outbox_event

You need SELECT privilege too in order to read the "id" column.

            regards, tom lane



В списке pgsql-general по дате отправления:

Предыдущее
От: Vano Beridze
Дата:
Сообщение: update schema table permission denied
Следующее
От: Greg Sabino Mullane
Дата:
Сообщение: Re: vacuum freeze wait_event BufferPin