Re: storing binary data

From: Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
To: Joe Conway <joseph(dot)conway(at)home(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Jason Orendorff <jason(at)jorendorff(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: storing binary data
Date: 2001-10-25 08:56:29
Message-ID: 3.0.5.32.20011025165629.010e6da0@192.228.128.13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
>I'll take a shot at improving the documentation for bytea. I'm hoping
>documentation patches are accepted during beta though ;-)
>
>Also, FWIW, 7.2 includes bytea support for LIKE, NOT LIKE, LIKE ESCAPE,
>||, trim(), substring(), position(), length(), indexing, and various
>comparators.
>

Cool!

Would it be practical to use substring for retrieving chunks of binary data
in manageable sizes? Or would the overheads be too high?

Cheerio,
Link.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB SD 2001-10-25 10:04:33 Re: Index of a table is not used (in any case)
Previous Message Teodor Sigaev 2001-10-25 08:53:06 Re: Proposed new create command, CREATE OPERATOR CLASS