mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Fix aboriginal copy-paste mistake in error message
Spotted by Jaime Casanova
This commit is contained in:
parent
2602e63750
commit
a03f1d399d
@ -1282,8 +1282,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))));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user