Introduced in de4d456b40.

Reported-by: Erik Rijkers <er@xs4all.nl>
This commit is contained in:
Peter Eisentraut 2023-03-17 21:39:44 +01:00
parent f413941f41
commit cc1392d4aa
1 changed files with 1 additions and 1 deletions

View File

@ -1043,7 +1043,7 @@ AlterRoleSet(AlterRoleSetStmt *stmt)
(errcode(ERRCODE_INSUFFICIENT_PRIVILEGE),
errmsg("permission denied to alter role"),
errdetail("Only roles with the %s attribute and the %s option on role \"%s\" may alter this role.",
"CREATROLE", "ADMIN", NameStr(roleform->rolname))));
"CREATEROLE", "ADMIN", NameStr(roleform->rolname))));
}
ReleaseSysCache(roletuple);