Skip to content
Snippets Groups Projects
Commit 8f59e023 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Fix aboriginal copy-paste mistake in error message

Spotted by Jaime Casanova
parent a03feb93
No related branches found
No related tags found
No related merge requests found
...@@ -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))));
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment