From: Tom Lane Date: Fri, 16 Feb 2001 03:49:40 +0000 (+0000) Subject: ichar() has been renamed to chr(), so fix translation table. X-Git-Tag: REL7_1~382 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=eb90c16dd7861dd5cf73191b6a77d13bb5711f83;p=users%2Fhanada%2Fpostgres.git ichar() has been renamed to chr(), so fix translation table. --- diff --git a/src/interfaces/odbc/convert.c b/src/interfaces/odbc/convert.c index be96b7ea6d..47b1882dfb 100644 --- a/src/interfaces/odbc/convert.c +++ b/src/interfaces/odbc/convert.c @@ -66,7 +66,7 @@ extern GLOBAL_VALUES globals; */ char *mapFuncs[][2] = { /* { "ASCII", "ascii" }, */ - { "CHAR", "ichar" }, + { "CHAR", "chr" }, { "CONCAT", "textcat" }, /* { "DIFFERENCE", "difference" }, */ /* { "INSERT", "insert" }, */