10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53a611 commit a44d96aCopy full SHA for a44d96a
src/backend/tcop/utility.c
@@ -950,7 +950,7 @@ standard_ProcessUtility(PlannedStmt *pstmt,
950
if (!has_privs_of_role(GetUserId(), ROLE_PG_CHECKPOINT))
951
ereport(ERROR,
952
(errcode(ERRCODE_INSUFFICIENT_PRIVILEGE),
953
- /* translator: %s is name of a SQL command, eg CHECKPOINT */
+ /* translator: %s is name of a SQL command, eg CHECKPOINT */
954
errmsg("permission denied to execute %s command",
955
"CHECKPOINT"),
956
errdetail("Only roles with privileges of the \"%s\" role may execute this command.",
0 commit comments