mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
ichar() has been renamed to chr(), so fix translation table.
This commit is contained in:
parent
a2dafc6416
commit
eb90c16dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue