CREATE GROUP

    where option can be:

    1. | CREATEDB | NOCREATEDB
    2. | CREATEROLE | NOCREATEROLE
    3. | CREATEEXTTABLE | NOCREATEEXTTABLE
    4. [ ( <attribute>='<value>'[, ...] ) ]
    5. where <attributes> and <value> are:
    6. protocol='gpfdist'|'http'
    7. | INHERIT | NOINHERIT
    8. | LOGIN | NOLOGIN
    9. | [ ENCRYPTED | UNENCRYPTED ] PASSWORD '<password>'
    10. | VALID UNTIL '<timestamp>'
    11. | ROLE <rolename> [, ...]
    12. | ADMIN <rolename> [, ...]
    13. | RESOURCE QUEUE <queue_name>
    14. | RESOURCE GROUP <group_name>
    15. | [ DENY BETWEEN <deny_point> AND <deny_point>]

    There is no CREATE GROUP statement in the SQL standard.

    Parent topic: SQL Command Reference