Re: large objects and pg 7.3.x - Mailing list pgsql-odbc

From Tom Lane
Subject Re: large objects and pg 7.3.x
Date
Msg-id 19835.1061266098@sss.pgh.pa.us
Whole thread Raw
In response to Re: large objects and pg 7.3.x  (Hiroshi Inoue <Inoue@tpf.co.jp>)
List pgsql-odbc
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?

            regards, tom lane

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: large objects and pg 7.3.x
Next
From: Hiroshi Inoue
Date:
Subject: Re: large objects and pg 7.3.x