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 a03feb9 commit 8f59e02Copy full SHA for 8f59e02
src/backend/catalog/pg_shdepend.c
@@ -1284,8 +1284,7 @@ shdepReassignOwned(List *roleids, Oid newrole)
1284
1285
ereport(ERROR,
1286
(errcode(ERRCODE_DEPENDENT_OBJECTS_STILL_EXIST),
1287
- errmsg("cannot drop objects owned by %s because they are "
1288
- "required by the database system",
+ errmsg("cannot reassign ownership of objects owned by %s because they are required by the database system",
1289
getObjectDescription(&obj))));
1290
1291
/*
0 commit comments