2
0
mirror of https://git.postgresql.org/git/postgresql.git synced 2025-03-13 19:57:53 +08:00

ichar() has been renamed to chr(), so fix translation table.

This commit is contained in:
Tom Lane 2001-02-16 03:49:40 +00:00
parent a2dafc6416
commit eb90c16dd7

@ -66,7 +66,7 @@ extern GLOBAL_VALUES globals;
*/
char *mapFuncs[][2] = {
/* { "ASCII", "ascii" }, */
{ "CHAR", "ichar" },
{ "CHAR", "chr" },
{ "CONCAT", "textcat" },
/* { "DIFFERENCE", "difference" }, */
/* { "INSERT", "insert" }, */