Re: Status of server side Large Object support?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Thomas Hallgren <thhal(at)mailblocks(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Status of server side Large Object support?
Date: 2004-11-28 10:07:33
Message-ID: 200411281107.34090.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Am Sonntag, 28. November 2004 10:22 schrieb Thomas Hallgren:
> I'm in the phase of implementing CLOB's and BLOB's in PL/Java. I found
> the inv_api.c and will use that as the base for my implementation.

The "inv_api" large objects are deprecated. CLOBs and BLOBs should be based
on text and bytea, respectively.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Hallgren 2004-11-28 11:33:43 Re: Status of server side Large Object support?
Previous Message Thomas Hallgren 2004-11-28 09:22:41 Status of server side Large Object support?