Re: Version 14/15 documentation Section "Alter Default Privileges"

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Michael Banck <mbanck(at)gmx(dot)net>, David Burns <david(dot)burns(at)fedex(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Version 14/15 documentation Section "Alter Default Privileges"
Date: 2023-11-04 21:12:42
Message-ID: 244e0f9e3300f165ff578302e942fa3145dedfc7.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-hackers

On Sat, 2023-11-04 at 14:20 -0400, Bruce Momjian wrote:
> Yes, I see your point. Updated patch attached.

Almost perfect, except:

+ Change default privileges for objects created by
+ <replaceable>target_role</replaceable>; if omitted, the current
+ role is modified.

It is not the role that is modified. Perhaps:

[...]; if omitted, the current role is used.

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2023-11-04 22:32:25 Re: jsonb array accessors
Previous Message PG Doc comments form 2023-11-04 18:33:56 jsonb array accessors

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2023-11-04 21:27:39 Re: Improve WALRead() to suck data directly from WAL buffers when possible
Previous Message Jeff Davis 2023-11-04 20:57:48 Re: Inconsistent use of "volatile" when accessing shared memory?