Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Apr 2020 14:44:10 +0000 (10:44 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Apr 2020 14:44:10 +0000 (10:44 -0400)
commit21b74a17c8ab316cbd696f4d467ccc42985a72de
tree459b062498f911324721bd12d35f4391e61ec154
parent07453e9e332d262d9791e6819fadf74d5a2e8193
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
doc/src/sgml/ref/create_group.sgml
doc/src/sgml/ref/create_role.sgml