Re: update schema table permission denied

2024-02-02 Thread Tom Lane
Vano Beridze 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 Y

update schema table permission denied

2024-02-02 Thread Vano Beridze
Hello, I've got a table outbox_event in schema adm The owner of this table is some role 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 notifi