Re: largeobject - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: largeobject
Date
Msg-id 3C156AC9.DD073E7D@tpf.co.jp
Whole thread Raw
In response to Re: largeobject  (odbc Postgres <psqlodbc@yahoo.com>)
List pgsql-odbc
odbc Postgres wrote:
>
> Hi, Inoue,
>
>    Thank you very much.
> I use the following definition in my ODBC program.
>   create type lo (
>     internallength=4,
>     externallength=10,
>     input=int4in,
>     output=int4out,
>     default='',
>     passedbyvalue
>   );
> Another question: If I "Drop type lo", does the lo
> object exist yet?

Please wait to drop the type lo.
The largeobjects still exist even after you drop
the type but you would no longer be able to refer
to them using the type.
I'm thinking how to handle it now.

regards,
Hiroshi Inoue

pgsql-odbc by date:

Previous
From: odbc Postgres
Date:
Subject: Re: largeobject
Next
From: "Matteo Cavalleri"
Date:
Subject: Re: largeobject