pgsql: Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE.
Дата
Msg-id E1jMutb-000893-1v@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE.

CREATE GROUP is an exact alias for CREATE ROLE, and CREATE USER is
almost an exact alias, as can easily be confirmed by checking the
code.  So the man page syntax descriptions ought to match up.  The
last few additions of role options seem to have forgotten to update
create_group.sgml, though.  Fix that, and add a naggy reminder to
create_role.sgml in hopes of not forgetting again.

Discussion: https://postgr.es/m/158647836143.655.9853963229391401576@wrigleys.postgresql.org

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8f111150e68a0560dae67dda628296d5a26817b7

Modified Files
--------------
doc/src/sgml/ref/create_group.sgml | 3 +++
1 file changed, 3 insertions(+)


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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: pgsql: Remove testing for precise LSN/reserved bytes in newTAP test
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Remove testing for precise LSN/reserved bytes in new TAPtest