mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Error message stylistic correction
Fixup for commit ef5e60a9d3: The inconsistent use of articles was a
bit awkward.
This commit is contained in:
@@ -4772,7 +4772,7 @@ transformJsonBehavior(ParseState *pstate, JsonExpr *jsexpr,
|
||||
targetcoll != exprcoll)
|
||||
ereport(ERROR,
|
||||
errcode(ERRCODE_COLLATION_MISMATCH),
|
||||
errmsg("the collation of DEFAULT expression conflicts with RETURNING clause"),
|
||||
errmsg("collation of DEFAULT expression conflicts with RETURNING clause"),
|
||||
errdetail("\"%s\" versus \"%s\"",
|
||||
get_collation_name(exprcoll),
|
||||
get_collation_name(targetcoll)),
|
||||
|
||||
Reference in New Issue
Block a user