NAME CREATE_ROLE - define a new database role SYNOPSIS CREATE ROLE name [ [ WITH ] option [ ... ] ] where ... ADMIN role_name [, ...] | SYSID uid DESCRIPTION CREATE ROLE adds a new…wrapper around the SQL command CREATE ROLE . There is no effective difference between creating users ... more fully in the documentation for CREATE ROLE ( CREATE_ROLE (7)). --no-re…attributes that can be specified in CREATE ROLE . (All the possible attributes are covered, except ... clauses alter attributes originally set by CREATE ROLE . For more information…USER is now an alias for CREATE ROLE . The only difference is that when ... assumed when the command is spelled CREATE ROLE . COMPATIBILITY The CREATE USER statementGROUP is now an alias for CREATE ROLE ( CREATE_ROLE (7)). COMPATIBILITY There ... standard. SEE ALSO CREATE ROLE ( CREATE_ROLEhave the special CREATEDB privilege. See CREATE ROLE ( CREATE_ROLE (7)). By defaultrequirements than PostgreSQL uses. SEE ALSO CREATE ROLE ( CREATE_ROLE (7)), ALTER ROLE ( ALTER_ROLEparticular, because the script will issue CREATE ROLE for every role existing in the sourcetheir grants outputed as CREATE USER , CREATE ROLE , GRANT , and SET DEFAULT ROLE ( ALTER USERtheir grants outputed as CREATE USER , CREATE ROLE , GRANT , and SET DEFAULT ROLE ( ALTER USER