As in Unix, groups are a way of logically grouping users. To create a group, use
CREATE GROUP nameTo add users to or remove users from a group, respectively, user
ALTER GROUP name ADD USER uname1, ... ALTER GROUP name DROP USER uname1, ...
Read the upstream documentation. For corrections, first check the current manual.