diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/commands/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/user.c b/src/backend/commands/user.c index 52796e95487..707114bdd06 100644 --- a/src/backend/commands/user.c +++ b/src/backend/commands/user.c @@ -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); |