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 6ab5835 commit 440a528Copy full SHA for 440a528
src/backend/catalog/pg_shdepend.c
@@ -1274,8 +1274,7 @@ shdepReassignOwned(List *roleids, Oid newrole)
1274
1275
ereport(ERROR,
1276
(errcode(ERRCODE_DEPENDENT_OBJECTS_STILL_EXIST),
1277
- errmsg("cannot drop objects owned by %s because they are "
1278
- "required by the database system",
+ errmsg("cannot reassign ownership of objects owned by %s because they are required by the database system",
1279
getObjectDescription(&obj))));
1280
1281
/*
0 commit comments