We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f413941 commit cc1392dCopy full SHA for cc1392d
src/backend/commands/user.c
@@ -1043,7 +1043,7 @@ AlterRoleSet(AlterRoleSetStmt *stmt)
1043
(errcode(ERRCODE_INSUFFICIENT_PRIVILEGE),
1044
errmsg("permission denied to alter role"),
1045
errdetail("Only roles with the %s attribute and the %s option on role \"%s\" may alter this role.",
1046
- "CREATROLE", "ADMIN", NameStr(roleform->rolname))));
+ "CREATEROLE", "ADMIN", NameStr(roleform->rolname))));
1047
}
1048
1049
ReleaseSysCache(roletuple);
0 commit comments