Re: Status of server side Large Object support? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Status of server side Large Object support?
Date
Msg-id 200411281107.34090.peter_e@gmx.net
Whole thread Raw
In response to Status of server side Large Object support?  (Thomas Hallgren <thhal@mailblocks.com>)
Responses Re: Status of server side Large Object support?  (Thomas Hallgren <thhal@mailblocks.com>)
Re: Status of server side Large Object support?  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Re: Status of server side Large Object support?  ("Joshua D. Drake" <jd@commandprompt.com>)
List 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/


pgsql-hackers by date:

Previous
From: Thomas Hallgren
Date:
Subject: Status of server side Large Object support?
Next
From: Thomas Hallgren
Date:
Subject: Re: Status of server side Large Object support?