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

From Tom Lane
Subject Re: BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.
Date
Msg-id 29632.1171569289@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.  ("" <churi@roguewave.com>)
List 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 by date:

Previous
From: ""
Date:
Subject: BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.
Next
From: "Unmesh Churi"
Date:
Subject: Re: BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.