Re: Proposal for new pgsqlODBC feature - hiding tables inaccessible to the current user - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Proposal for new pgsqlODBC feature - hiding tables inaccessible to the current user
Date
Msg-id 468452D1.3000009@tpf.co.jp
Whole thread Raw
In response to Re: Proposal for new pgsqlODBC feature - hiding tables inaccessible to the current user  (Dave Page <dpage@postgresql.org>)
Responses Re: Proposal for new pgsqlODBC feature - hiding tables inaccessible to the current user  (Dave Page <dpage@postgresql.org>)
List pgsql-odbc
Dave Page wrote:
> Hiroshi Inoue wrote:
>> Mark Cave-Ayland wrote:
>>> On Wed, 2007-06-27 at 09:01 +0900, Hiroshi Inoue wrote:
>>>
>>>> How about changing the default behavior of SQLTables to list only
>>>> SELECTable tables and add a bit to Extra Opts to list inaccessible
>>>> tables also ?
>>> I think this would risk breaking a lot of existing applications.
>> Really ?
>> I can hardly imagine the applications which would update/delete
>> the rows whose contents couldn't be seen.
>
> insert-only audit tables?
>
> Yes, they should really be handled by server-side triggers, but I know
> of at least a couple of apps running on PostgreSQL with psqlODBC that do
> it client side.

Hmm the apps list the tables using SQLTables() ?

regards,
Hiroshi Inoue


pgsql-odbc by date:

Previous
From: Andreas
Date:
Subject: Re: Proposal for new pgsqlODBC feature - hiding tables inaccessible to the current user
Next
From: Dave Page
Date:
Subject: Re: Proposal for new pgsqlODBC feature - hiding tables inaccessible to the current user