From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
Cc: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Remove inbound links to sql-createuser |
Date: | 2017-10-31 18:06:19 |
Message-ID: | 20171031180619.GR4628@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
David,
* Stephen Frost (sfrost(at)snowman(dot)net) wrote:
> * David G. Johnston (david(dot)g(dot)johnston(at)gmail(dot)com) wrote:
> > Since CREATE USER is officially an alias for CREATE ROLE other parts of the
> > documentation should point to CREATE ROLE, not CREATE USER. Most do but I
> > noticed when looking at CREATE DATABASE that it did not. Further searching
> > turned up the usage in client-auth.sgml. That one is questionable since we
> > are indeed talking about LOGIN roles there but we are already pointing to
> > sql-alterrole instead of sql-alteruser and so changing the create variation
> > to point to sql-createrole seems warranted.
>
> +1.
>
> Barring objections, I'll commit this in a bit.
Pushed to master, with a small bit of word-smithing in the CREATE ROLE
docs also.
Thanks!
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2017-10-31 18:10:53 | Re: Re: PANIC: invalid index offnum: 186 when processing BRIN indexes in VACUUM |
Previous Message | Vitaly Burovoy | 2017-10-31 18:00:33 | Re: Fix dumping pre-10 DBs by pg_dump10 if table "name" exists |