Re: Use of undocumented functions

From: "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
To: Daniel Cory <dcory(at)tableau(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Use of undocumented functions
Date: 2018-09-26 13:18:04
Message-ID: 0b401695-a10b-3f89-172f-d531937c0466@dream.email.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Daniel,

On 2018/09/25 8:39, Daniel Cory wrote:
>
> I’ve been looking at use of undocumented Postgres functions and I
> found four in the ODBC driver:
>
> The POWER function maps to pow. It should be power. pow works but is
> undocumented.
>
> The CONCAT function maps to textcat. It should be concat. textcat
> works is undocumented.
>
> The LEFT and RIGHT functions are set to map to ltrunc and rtrunc.
> These functions don’t exist – it should just be left and right. The
> driver also doesn’t report that LEFT and RIGHT are supported.
>

Seems they are obsolete.
I would remove the maps.

regards,
Hiroshi Inoue

> Thanks,
>
> Dan
>

---
このメールは、AVG によってウイルス チェックされています。
http://www.avg.com

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Inoue, Hiroshi 2018-09-26 13:32:12 Re: psqlodbc && nested transaction
Previous Message Clemens Ladisch 2018-09-26 07:47:41 Re: Why this code fails