Re: odbc (was: Re: [HACKERS] ascii to character conversion in postgres)

2000-09-19 Thread Peter Eisentraut
Karel Zak writes: > I don't want make some changes to contrib/odbc, because it's out of > me... but I have a question, Why in the contrib/odbc/odbc.c are total > same function as in oracle_compat.c (like ascii(), ichar(), repeat())? The odbc.c file is for installing the set of ODBC compatibil

Re: odbc (was: Re: [HACKERS] ascii to character conversion in postgres)

2000-09-19 Thread Tom Lane
Karel Zak <[EMAIL PROTECTED]> writes: > I don't want make some changes to contrib/odbc, because it's out of > me... but I have a question, Why in the contrib/odbc/odbc.c are total > same function as in oracle_compat.c (like ascii(), ichar(), repeat())? contrib/odbc was a quick hack just before