Use of undocumented functions

Поиск
Список
Период
Сортировка
От Daniel Cory
Тема Use of undocumented functions
Дата
Msg-id CY1PR03MB1455CED4EBD68C1E01B4FF73BC170@CY1PR03MB1455.namprd03.prod.outlook.com
обсуждение исходный текст
Ответы Re: Use of undocumented functions  ("Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>)
Список pgsql-odbc

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.

 

Thanks,

Dan

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

Предыдущее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Wrong column size using MIN/MAX without return result
Следующее
От: Igor Korot
Дата:
Сообщение: Building programs with libpq