mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
ichar() has been renamed to chr(), so fix translation table.
This commit is contained in:
parent
a2dafc6416
commit
eb90c16dd7
@ -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" }, */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user