Re: LOCK docs and permissions - Mailing list pgsql-docs

From Jens Tröger
Subject Re: LOCK docs and permissions
Date
Msg-id Zg_qtRzgiKJVN3sJ@light-speed.de
Whole thread Raw
In response to Re: LOCK docs and permissions  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-docs
Thank you, Laurenz, I missed that completely 🤦🏻‍♂️
Jens

> https://www.postgresql.org/docs/current/sql-lock.html#id-1.9.3.155.7
>
>  "To lock a table, the user must have the right privilege for the specified
>   lockmode, or be the table's owner or a superuser. If the user has UPDATE,
>   DELETE, or TRUNCATE privileges on the table, any lockmode is permitted.
>   If the user has INSERT privileges on the table, ROW EXCLUSIVE MODE
>   (or a less-conflicting mode as described in Section 13.3) is permitted.
>   If a user has SELECT privileges on the  table, ACCESS SHARE MODE is permitted."
>
> Yours,
> Laurenz Albe



pgsql-docs by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: LOCK docs and permissions
Next
From: PG Doc comments form
Date:
Subject: RE: ts_headline performance note