Fix aboriginal copy-paste mistake in error message

Spotted by Jaime Casanova
REL8_4_STABLE
Alvaro Herrera 15 years ago
parent 763f868710
commit eca8674fca
  1. 3
      src/backend/catalog/pg_shdepend.c

@ -1292,8 +1292,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))));
/*

Loading…
Cancel
Save