Re: ceiling() and power() (SQL2003) - Mailing list pgsql-patches

From Neil Conway
Subject Re: ceiling() and power() (SQL2003)
Date
Msg-id EB3425F8-9B36-11D8-A1B1-000A95AB279E@samurai.com
Whole thread Raw
In response to ceiling() and power() (SQL2003)  (Neil Conway <neilc@samurai.com>)
List 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


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: width_bucket() per SQL2003 (WIP)
Next
From: Mario Weilguni
Date:
Subject: Restore empty string <-> int behaviour for 7.2