Re: large objects and pg 7.3.x

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: large objects and pg 7.3.x
Дата
Msg-id 3F41AB41.80E3C1EE@tpf.co.jp
обсуждение исходный текст
Ответ на large objects and pg 7.3.x  (Andre Felipe Machado <andremachado@techforce.com.br>)
Список pgsql-odbc
Tom Lane wrote:
>
> Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> > Tom Lane wrote:
> >> The easy way to define "lo" now is just as a domain over oid:
> >> CREATE DOMAIN lo AS oid;
>
> > I'm suspicious if it still works even in 7.4.
> > Can we find the oid of the domain "lo" in the row description
> > message from the backend ?
>
> Hm, I think the column type will be reported as "oid", because the
> JDBC crowd argued that they didn't want to know about domains.
> Is that a problem for ODBC?

Probably no except the "lo" domain case.
Psqlodbc would be able to convert PG types to corresponding
ODBC types using known base types.

regards,
Hiroshi Inoue
    http://www.geocities.jp/inocchichichi/psqlodbc/

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: large objects and pg 7.3.x
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: ODBC Open cursors on views