ALTER GROUP name ADD USER username [, ... ] ALTER GROUP name DROP USER username [, ... ]
ALTER GROUP is used to add or remove users from a group. Only database superusers can use this command. Adding a user to a group does not create the user. Similarly, removing a user from a group does not drop the user itself.
Use CREATE GROUP to create a new group and DROP GROUP to remove a group.