Commit eb90c16d authored by Tom Lane's avatar Tom Lane

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

parent a2dafc64
...@@ -66,7 +66,7 @@ extern GLOBAL_VALUES globals; ...@@ -66,7 +66,7 @@ extern GLOBAL_VALUES globals;
*/ */
char *mapFuncs[][2] = { char *mapFuncs[][2] = {
/* { "ASCII", "ascii" }, */ /* { "ASCII", "ascii" }, */
{ "CHAR", "ichar" }, { "CHAR", "chr" },
{ "CONCAT", "textcat" }, { "CONCAT", "textcat" },
/* { "DIFFERENCE", "difference" }, */ /* { "DIFFERENCE", "difference" }, */
/* { "INSERT", "insert" }, */ /* { "INSERT", "insert" }, */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment