Commit 8f59e023 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix aboriginal copy-paste mistake in error message

Spotted by Jaime Casanova
parent a03feb93
......@@ -1284,8 +1284,7 @@ shdepReassignOwned(List *roleids, Oid newrole)
ereport(ERROR,
(errcode(ERRCODE_DEPENDENT_OBJECTS_STILL_EXIST),
errmsg("cannot drop objects owned by %s because they are "
"required by the database system",
errmsg("cannot reassign ownership of objects owned by %s because they are required by the database system",
getObjectDescription(&obj))));
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment