From: Tom Lane Date: Fri, 10 Apr 2020 14:44:10 +0000 (-0400) Subject: Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE. X-Git-Tag: REL_10_13~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f111150e68a0560dae67dda628296d5a26817b7;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/ref/create_group.sgml b/doc/src/sgml/ref/create_group.sgml index 158617cb939..ebdfec9b50f 100644 --- a/doc/src/sgml/ref/create_group.sgml +++ b/doc/src/sgml/ref/create_group.sgml @@ -30,6 +30,9 @@ CREATE GROUP name [ [ WITH ] connlimit | [ ENCRYPTED ] PASSWORD 'password' | VALID UNTIL 'timestamp' | IN ROLE role_name [, ...]