Re: Version 14/15 documentation Section "Alter Default Privileges" - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Version 14/15 documentation Section "Alter Default Privileges"
Date
Msg-id ZUbsWcPypVORlYCg@momjian.us
Whole thread Raw
In response to Re: Version 14/15 documentation Section "Alter Default Privileges"  (Laurenz Albe <laurenz.albe@cybertec.at>)
Responses Re: Version 14/15 documentation Section "Alter Default Privileges"
Re: Version 14/15 documentation Section "Alter Default Privileges"
List pgsql-hackers
On Sat, Nov  4, 2023 at 10:12:42PM +0100, Laurenz Albe wrote:
> 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.

Sure, attached.  Here is the issue I have though, we are really not
changing default privileges for objects created in the future, we are
changing the role _now_ so future objects will have different default
privileges, right?  I think wording like the above is kind of odd.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: A recent message added to pg_upgade
Next
From: Dean Rasheed
Date:
Subject: Re: MERGE ... RETURNING