Re: using domain types with ODBC, esp. lo - Mailing list pgsql-odbc

From Andreas Pflug
Subject Re: using domain types with ODBC, esp. lo
Date
Msg-id 3E7B4254.2080205@web.de
Whole thread Raw
In response to Re: using domain types with ODBC, esp. lo  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-odbc
>
>
>There was some discussion of that idea in pgsql-hackers last week, but
>we didn't come to a definite conclusion.  How do others feel about it?
>
>            regards, tom lane
>
>
I think there a several ways:

- base type OID instead of user type OID. Might break some clients
dealing with special types. ODBC users won't notice.
- a postgresql.conf option to tell the backend to use base type OID or
user type OID. Would catch most cases.
- a connection specific setting to tell the backend to use base type OID
or user type OID. For concurrent ODBC and weird clients use.
- base type additionally in the RowDescription message. Obviously, this
would break the 7.3 protocol.

Regards,

Andreas



pgsql-odbc by date:

Previous
From: Andreas Pflug
Date:
Subject: ODBC driver settings for BLOBs
Next
From: "pg"
Date:
Subject: Re: password leak in mylog thru win odbc