Re: [SQL] Large Objects

From: Chris Bitmead <cbitmead(at)ozemail(dot)com(dot)au>
To: "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [SQL] Large Objects
Date: 1999-07-06 00:17:57
Message-ID: 37814B35.CEA20AD0@ozemail.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

If I understand your question correctly, the answer is that lo_creat
returns an oid. You need to have a column in a regular table of type oid
and store this oid in there. When you query the table later you can get
the oid and pass it to lo_open.

"Eid, Bilal" wrote:

> Again, and in short, I need to attach an object to a table using the iODBC
> application and using buffer instead of file as input/output.
> Is there any way to do that? I need your help and may be some example to
> follow.
> Please, Help me I'm running out of time.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Olivier Ertz 1999-07-06 12:23:55 PB creating view : DefineQueryRewrite: rule plan string too big
Previous Message Eid, Bilal 1999-07-05 23:57:36 Large Objects