From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | kumarsa(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org |
Subject: | Re: Jumbled words |
Date: | 2021-03-11 00:49:45 |
Message-ID: | 20210311004945.GB11261@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On Thu, Mar 4, 2021 at 03:57:50PM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/13/sql-createrole.html
> Description:
>
> "modified by later ALTER ROLE" to be changed to "modified later by ALTER
> ROLE".
I think the existing text is better:
All the attributes specified by <command>CREATE ROLE</command> can be
modified by later <command>ALTER ROLE</command> commands.
The reason "later" is there is to talk about later "ALTER ROLE"
commands, rather than "modified later". The point is that there can be
later "ALTER ROLE" commands to change things.
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
The usefulness of a cup is in its emptiness, Bruce Lee
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2021-03-11 00:57:08 | Re: Jumbled words |
Previous Message | Bruce Momjian | 2021-03-10 19:42:21 | Re: missing schema_name |