Re: ODBC 3.0 functions (UCASE, LCASE, etc.)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Joel Burton <jburton(at)scw(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: ODBC 3.0 functions (UCASE, LCASE, etc.)
Date: 2001-07-09 21:27:32
Message-ID: 200107092127.f69LRWN22207@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Bruce Momjian writes:
>
> > This is clearly a good idea. It is easy to create SQL functions as
> > synonyms for existing functions. You can even alter the arguments. I
> > would encourage anyone who wants to start coding an SQL file of
> > compatibility functions.
>
> src/interfaces/odbc/odbc.sql
>
> RTFM rules ;-)

Oh, good. I was thinking more of something for Sybase/Informix/ODBC in
one place but we haven't had much demand for it lately except ODBC and
we have Oracle in the backend, mostly.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-09 21:27:56 Re: ODBC 3.0 functions (UCASE, LCASE, etc.)
Previous Message Peter Eisentraut 2001-07-09 21:26:25 Re: index skipped in favor of seq scan.