Re: odbc (was: Re: ascii to character conversion in postgres) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: odbc (was: Re: ascii to character conversion in postgres)
Date
Msg-id 6421.969377212@sss.pgh.pa.us
Whole thread Raw
In response to odbc (was: Re: ascii to character conversion in postgres)  (Karel Zak <zakkr@zf.jcu.cz>)
List pgsql-hackers
Karel Zak <zakkr@zf.jcu.cz> 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 7.0 release; we had already
frozen the system catalogs for 7.0, and didn't want to force another
initdb for beta testers.  It's not supposed to survive into 7.1 --- most
or all of what's in there should be, or perhaps already has been, merged
into the main code.

Thomas did the work on that originally, and might remember more about
whether any of the ODBC compatibility functions ought *not* go into
the main tree.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: ascii to character conversion in postgres
Next
From: Tom Lane
Date:
Subject: Re: Cascade delete views?