mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 09:07:42 -04:00
Adjust gratuitously different error message wording
This commit is contained in:
parent
78b0cac74d
commit
256fc004af
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ RangeVarCallbackForLockTable(const RangeVar *rv, Oid relid, Oid oldrelid,
|
|||
relkind != RELKIND_VIEW)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_WRONG_OBJECT_TYPE),
|
||||
errmsg("\"%s\" is not a table or a view",
|
||||
errmsg("\"%s\" is not a table or view",
|
||||
rv->relname)));
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue