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:
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" }, */
|
||||
|
Loading…
Reference in New Issue
Block a user