Re: [HACKERS] Remove inbound links to sql-createuser

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: [HACKERS] Remove inbound links to sql-createuser
Дата
Msg-id 20171031180619.GR4628@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: [HACKERS] Remove inbound links to sql-createuser  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
David,

* Stephen Frost (sfrost@snowman.net) wrote:
> * David G. Johnston (david.g.johnston@gmail.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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Vitaly Burovoy
Дата:
Сообщение: Re: [HACKERS] Fix dumping pre-10 DBs by pg_dump10 if table "name" exists
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] Re: PANIC: invalid index offnum: 186 when processingBRIN indexes in VACUUM