PostgreSQL 16 release notes: could cloud

From: "Daniel Westermann (DWE)" <daniel(dot)westermann(at)dbi-services(dot)com>
To: "pgsql-docs(at)lists(dot)postgresql(dot)org" <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: PostgreSQL 16 release notes: could cloud
Date: 2023-06-05 08:26:07
Message-ID: GV0P278MB04190997379D6B379D8CC4DFD24DA@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

E.1.3.1.4. Privileges #

Simplify permissions for LOCK TABLE (Jeff Davis)

Previously the ability to perform LOCK TABLE at various lock levels was bound to specific query-type permissions. For example, UPDATE could could perform all lock levels except ACCESS SHARE, which required SELECT permissions. Now UPDATE can issue all lock levels. MORE?

I guess one "could" should be enough?

Regards
Daniel

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2023-06-05 15:44:24 Re: PostgreSQL 16 release notes: could cloud
Previous Message Erik Wienhold 2023-06-04 15:38:18 Re: pg data type bool is the boolean ,but in the documents there is no description about " bool is equal to boolean”