Commit 256fc004 authored by Peter Eisentraut's avatar Peter Eisentraut

Adjust gratuitously different error message wording

parent 78b0cac7
......@@ -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)));
/*
......
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