Re: PostgreSQL 16 release notes: could cloud

2023-06-05 Thread Bruce Momjian
On Mon, Jun 5, 2023 at 07:12:35PM +0200, Erik Rijkers wrote: > Op 6/5/23 om 17:44 schreef Bruce Momjian: > > On Mon, Jun 5, 2023 at 08:26:07AM +, Daniel Westermann (DWE) wrote: > > > > > > > I guess one "could" should be enough? > > > > That has been fixed, but unfortunately the copies of

Re: PostgreSQL 16 release notes: could cloud

2023-06-05 Thread Erik Rijkers
Op 6/5/23 om 17:44 schreef Bruce Momjian: On Mon, Jun 5, 2023 at 08:26:07AM +, Daniel Westermann (DWE) wrote: I guess one "could" should be enough? That has been fixed, but unfortunately the copies of the release notes on the community website are unchanged since beta1 was packaged; p

Re: confusing positioning of notes in connection settings

2023-06-05 Thread Jonathan S. Katz
On 5/31/23 7:53 AM, Daniel Gustafsson wrote: On 31 May 2023, at 13:16, Peter Eisentraut wrote: The first two hunks are pretty straightforward, they just move the existing text around. For the other two, which are not supported on Windows, I added an explicit parenthetical note. We don't

Re: PostgreSQL 16 release notes: could cloud

2023-06-05 Thread Daniel Westermann (DWE)
Thanks, Bruce From: Bruce Momjian Sent: Monday, June 5, 2023 17:44 To: Daniel Westermann (DWE) Cc: pgsql-docs@lists.postgresql.org Subject: Re: PostgreSQL 16 release notes: could cloud On Mon, Jun 5, 2023 at 08:26:07AM +, Daniel Westermann (DWE) wrote: >

Re: PostgreSQL 16 release notes: could cloud

2023-06-05 Thread Bruce Momjian
On Mon, Jun 5, 2023 at 08:26:07AM +, Daniel Westermann (DWE) wrote: > 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, UP

PostgreSQL 16 release notes: could cloud

2023-06-05 Thread Daniel Westermann (DWE)
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 perm