Re: BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.
Дата
Msg-id 29632.1171569289@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.  ("" <churi@roguewave.com>)
Список pgsql-bugs
"" <churi@roguewave.com> writes:
> Description:        libpq: PQftype() on a lo type result column returns Oid
> of type oid instead of Oid of type lo.

This is an expected change: type "lo" isn't an independent datatype
anymore, just a domain over OID.

            regards, tom lane

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

Предыдущее
От: ""
Дата:
Сообщение: BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.
Следующее
От: "Unmesh Churi"
Дата:
Сообщение: Re: BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.