CREATE GROUP
The CREATE GROUP statement creates one or more security groups.
Syntax
CREATE GROUP group-name [ , group-name ]...
Remarks
Only the Master user can perform this statement.
Security must be turned on to perform this statement.
Examples
The following example creates a group named psqlgroup.
CREATE GROUP psqlgroup
The next example uses a list to create several groups at once.
CREATE GROUP psql_dev, psql_marketing
See Also