Re: ceiling() and power() (SQL2003)

From: Neil Conway <neilc(at)samurai(dot)com>
To: Hans-Jürgen Schönig <hs(at)cybertec(dot)at>
Cc: "PostgreSQL-patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: ceiling() and power() (SQL2003)
Date: 2004-05-01 06:15:18
Message-ID: EB3425F8-9B36-11D8-A1B1-000A95AB279E@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On 1-May-04, at 2:04 AM, Hans-Jürgen Schönig wrote:
> Doesn't your patch cause problems with the PostgreSQL ODBC driver
> which adds [...]

I don't think this will cause an error (I tried it locally, and pg_proc
rows for the new functions are installed, but power() and ceiling()
continue to work). Of course, now that PostgreSQL includes these
functions the ODBC driver doesn't need to define them itself (and it
should not do so).

-Neil

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Mario Weilguni 2004-05-01 06:15:52 Restore empty string <-> int behaviour for 7.2
Previous Message Hans-Jürgen Schönig 2004-05-01 06:04:56 Re: ceiling() and power() (SQL2003)