Re: largeobject

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: odbc Postgres <psqlodbc(at)yahoo(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: largeobject
Date: 2001-12-11 02:09:13
Message-ID: 3C156AC9.DD073E7D@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Matteo Cavalleri 2001-12-12 09:59:51 Re: largeobject
Previous Message odbc Postgres 2001-12-11 00:05:19 Re: largeobject