Re: Question about todo item

From: Barry Lind <barry(at)xythos(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Question about todo item
Date: 2001-08-05 01:35:15
Message-ID: 3B6CA2D3.6040406@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

OK. Those functions are in the docs. I didn't relate those functions
and this todo item together.

By 'in/out interface for TOAST columns' I thought this item dealt with
adding large object like functions to read/write/append to TOAST column
data. I know that has been talked about in the past on hackers. But I
don't see it on the todo list. Has that been done?

thanks,
--Barry

Bruce Momjian wrote:
>>I was going through the Todo list looking at the items that are planned
>>for 7.2 (i.e. those starting with a '-'). I was doing this to see if
>>any might impact the jdbc driver. The only one that I thought might
>>have an impact on the jdbc code is the item:
>>
>>* -Make binary/file in/out interface for TOAST columns (base64)
>>
>
> Marked items are done, not planned for 7.2.
>
>
>>I looked through the 7.2 docs and I couldn't find any reference to this
>>new functionality, so I am assuming that it isn't completed yet. If this
>>is going to be done for 7.2, I would like to get a better understanding
>>of what functionality is going to be provided. That way I can decide
>>how best to expose that functionality through the jdbc interface.
>>
>
> Not sure on the docs issue, but it is a set of function uuencode,
> uudecode, etc that allow binary data to be uuencoded, then loaded into a
> bytea field as binary.
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-08-05 01:51:28 Re: Question about todo item
Previous Message Bruce Momjian 2001-08-05 01:14:03 Re: Question about todo item