Re: Use of undocumented functions

Поиск
Список
Период
Сортировка
От Inoue, Hiroshi
Тема Re: Use of undocumented functions
Дата
Msg-id 0b401695-a10b-3f89-172f-d531937c0466@dream.email.ne.jp
обсуждение исходный текст
Ответ на Use of undocumented functions  (Daniel Cory <dcory@tableau.com>)
Список 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



ウイルス フリー。 www.avg.com

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Clemens Ladisch
Дата:
Сообщение: Re: Why this code fails
Следующее
От: "Inoue, Hiroshi"
Дата:
Сообщение: Re: psqlodbc && nested transaction