Use of undocumented functions - Mailing list pgsql-odbc

From Daniel Cory
Subject Use of undocumented functions
Date
Msg-id CY1PR03MB1455CED4EBD68C1E01B4FF73BC170@CY1PR03MB1455.namprd03.prod.outlook.com
Whole thread Raw
Responses Re: Use of undocumented functions  ("Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>)
List 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 by date:

Previous
From: Fabrízio de Royes Mello
Date:
Subject: Wrong column size using MIN/MAX without return result
Next
From: Igor Korot
Date:
Subject: Building programs with libpq