Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc1392d

Browse files
committed
Fix typo
Introduced inde4d456.Reported-by: Erik Rijkers <er@xs4all.nl>
1 parentf413941 commitcc1392d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/commands/user.c

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp