From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: createuser --memeber and PG 16 |
Date: | 2023-05-11 13:34:42 |
Message-ID: | ZFzu8r3VOYzz+2FU@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, May 11, 2023 at 02:21:22PM +0200, Daniel Gustafsson wrote:
> > On 10 May 2023, at 19:33, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>
> > I frankly don't
> > know why --role matching CREATE ROLE ... ROLE IN was not already
> > confusing in pre-PG 16. Any new ideas for improvement?
>
> IIRC there were a number of ideas presented in that thread but backwards
> compatibility with --role already "taken" made it complicated, so --role and
> --member were the least bad options.
>
> > At a minimum I would like to apply the attached doc patch to PG 16 to
> > improve awkward wording in CREATE ROLE and createuser.
>
> No objection.
>
> + role. (This in effect makes the new role a <quote>group</quote>.)
> While not introduced here, isn't the latter part interesting enough to warrant
> not being inside parenthesis?
The concept of group itself is deprecated, which I think is why the
parenthesis are used.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
Embrace your flaws. They make you human, rather than perfect,
which you will never be.
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2023-05-11 13:54:34 | Re: logical decoding and replication of sequences, take 2 |
Previous Message | Robert Haas | 2023-05-11 13:31:58 | v16 regression - wrong query results with LEFT JOINs + join removal |