Skip to content

Commit cc1392d

Browse files
committed
Fix typo
Introduced in de4d456. Reported-by: Erik Rijkers <er@xs4all.nl>
1 parent f413941 commit cc1392d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/user.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ AlterRoleSet(AlterRoleSetStmt *stmt)
10431043
(errcode(ERRCODE_INSUFFICIENT_PRIVILEGE),
10441044
errmsg("permission denied to alter role"),
10451045
errdetail("Only roles with the %s attribute and the %s option on role \"%s\" may alter this role.",
1046-
"CREATROLE", "ADMIN", NameStr(roleform->rolname))));
1046+
"CREATEROLE", "ADMIN", NameStr(roleform->rolname))));
10471047
}
10481048

10491049
ReleaseSysCache(roletuple);

0 commit comments

Comments
 (0)