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;
*/
char *mapFuncs[][2] = {
/* { "ASCII", "ascii" }, */
{ "CHAR", "ichar" },
{ "CHAR", "chr" },
{ "CONCAT", "textcat" },
/* { "DIFFERENCE", "difference" }, */
/* { "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