From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE. |
Date: | 2020-04-10 14:44:39 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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/[email protected]
Branch
------
REL_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/b75aa49bb8cbc96fc741791bc021a83a697a1307
Modified Files
--------------
doc/src/sgml/ref/create_group.sgml | 5 ++++-
doc/src/sgml/ref/create_role.sgml | 5 +++++
2 files changed, 9 insertions(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2020-04-10 15:23:45 | Re: pgsql: Remove testing for precise LSN/reserved bytes in new TAP test |
Previous Message | Kyotaro Horiguchi | 2020-04-10 02:33:32 | Re: pgsql: Remove testing for precise LSN/reserved bytes in new TAP test |