Detect whether table is a partiton via SQLTable() API

From: Niels Jespersen <NJN(at)dst(dot)dk>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Detect whether table is a partiton via SQLTable() API
Date: 2021-07-16 17:33:29
Message-ID: 6fb8db2e99f64b469792aeb910829fb6@dst.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello

Is it possible, in some way, to detect whether a table returned via the ODBC SQLTable() API, is a partition? We have a need to only present base tables and not partitions of tables. If so, from which version of the ODBC Driver, and how?

Thank you

Niels Jespersen

Browse pgsql-odbc by date

  From Date Subject
Next Message Dmitriy Muzalkov 2021-07-22 13:07:41 postgresql odbc driver compilation solaris 11.4
Previous Message Prajakta Chinchole 2021-07-14 10:57:01 RE: Support for PostgreSQL stored procedure through ITX.