diff --git a/src/backend/utils/adt/formatting.c b/src/backend/utils/adt/formatting.c index 6affdd86624..cf580c63c78 100644 --- a/src/backend/utils/adt/formatting.c +++ b/src/backend/utils/adt/formatting.c @@ -1825,7 +1825,7 @@ str_casefold(const char *buff, size_t nbytes, Oid collid) ereport(ERROR, (errcode(ERRCODE_INDETERMINATE_COLLATION), errmsg("could not determine which collation to use for %s function", - "lower()"), + "casefold()"), errhint("Use the COLLATE clause to set the collation explicitly."))); }