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
1 changed files with 1 additions and 1 deletions

View File

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