Fix error message typo.

Reported-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/CAEoWx2mMmm9fTZYgE-r_T-KPTFR1rKO029QV-S-6n=7US_9EMA@mail.gmail.com
pull/269/head
Jeff Davis 5 months ago
parent 0b96e734c5
commit a00a25b6ce
  1. 2
      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.")));
}

Loading…
Cancel
Save