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) ...@@ -1284,8 +1284,7 @@ shdepReassignOwned(List *roleids, Oid newrole)
ereport(ERROR, ereport(ERROR,
(errcode(ERRCODE_DEPENDENT_OBJECTS_STILL_EXIST), (errcode(ERRCODE_DEPENDENT_OBJECTS_STILL_EXIST),
errmsg("cannot drop objects owned by %s because they are " errmsg("cannot reassign ownership of objects owned by %s because they are required by the database system",
"required by the database system",
getObjectDescription(&obj)))); 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