Use of undocumented functions

From: Daniel Cory <dcory(at)tableau(dot)com>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Use of undocumented functions
Date: 2018-09-24 23:39:24
Message-ID: CY1PR03MB1455CED4EBD68C1E01B4FF73BC170@CY1PR03MB1455.namprd03.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Igor Korot 2018-09-25 01:36:41 Building programs with libpq
Previous Message Fabrízio de Royes Mello 2018-09-24 14:49:35 Wrong column size using MIN/MAX without return result