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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "" <churi(at)roguewave(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.
Date: 2007-02-15 19:54:49
Message-ID: 29632.1171569289@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"" <churi(at)roguewave(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Unmesh Churi 2007-02-15 20:31:40 Re: BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.
Previous Message churi 2007-02-15 18:52:32 BUG #3015: libpq: PQftype() on a lo type result column returns Oid of type oid instead of Oid of type lo.