Re: using domain types with ODBC, esp. lo

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: using domain types with ODBC, esp. lo
Дата
Msg-id 3E7B4254.2080205@web.de
обсуждение исходный текст
Ответ на Re: using domain types with ODBC, esp. lo  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: ODBC driver settings for BLOBs
Следующее
От: "pg"
Дата:
Сообщение: Re: password leak in mylog thru win odbc