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

From Thomas Hallgren
Subject Status of server side Large Object support?
Date
Msg-id thhal-0YzGFAkUmcC43blcG/Th3fPNcFiQtP4@mailblocks.com
Whole thread Raw
Responses Re: Status of server side Large Object support?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Hi,
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. I 
lack two calls:

int inv_length(LargeObjectDesc* lo);

void inv_truncate(LargeObjectDesc* lo, int position);

Searching the archives I found some questions concerning this but there 
seem to be no resolution at this point. Is this correct? If so I might 
want to give it a try. I didn't find the topic on the TODO list though. 
Shouldn't it be?

Has anyone done some work on this already?

Regards,
Thomas Hallgren



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Non-C locale and LIKE
Next
From: Peter Eisentraut
Date:
Subject: Re: Status of server side Large Object support?