Re: SQLTables does not retrieve everything

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: PostgreSQL ODBC list <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: SQLTables does not retrieve everything
Date: 2018-12-02 06:58:45
Message-ID: CA+FnnTxF-GYQDaeT7GzhLg8Ba2OmH+B=BtyKidK-4WyjmDzWhA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi, Clemens,

Igor Korot wrote:
>> ret = SQLTables( m_hstmt, NULL, 0, NULL, 0, NULL, 0, NULL, 0 );
>>
>> only retrieves the tables from the current database/catalog and "public" schema.
>> There is no tables/view on the INFORMATION_SCHEMA and all the system tables.
>
>System tables are hidden by default, unless you specify them explicitly
>in the TableType parameter.
>
>The "Show System Tables" data source configuration option can change
>this behaviour.

I presume I should add:

ShowSystemTable = true

to odbc.ini. Am I right? Or that needs to be spaced out?

On the un-related note, I didn't receive you reply to the list.
Could you please check my subscription to the list?

Thank you.

Regards,
Clemens

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Clemens Ladisch 2018-12-02 09:30:09 Re: SQLTables does not retrieve everything
Previous Message Igor Korot 2018-12-01 19:16:21 Re: SQLTables does not retrieve everything