From df6932ec195d009cdb62e9f33680aff03e33dc93 Mon Sep 17 00:00:00 2001 From: Euler Taveira Date: Fri, 10 Apr 2020 10:29:30 -0300 Subject: [PATCH] Sync CREATE ROLE and CREATE GROUP synopsis Since CREATE GROUP is an alias to CREATE ROLE, they should provide the same options. Discussion: https://www.postgresql.org/message-id/158647836143.655.9853963229391401576%40wrigleys.postgresql.org --- doc/src/sgml/ref/create_group.sgml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/src/sgml/ref/create_group.sgml b/doc/src/sgml/ref/create_group.sgml index 158617cb93..ebdfec9b50 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 [, ...] -- 2.20.1