Re: [SQL] ZIP function

2013-03-16 Thread Ben Morrow
Quoth ja...@xnet.co.nz (Jasen Betts): > On 2013-03-16, Victor Sterpu wrote: > > > > Is there a function that will give the resulting zip content for a=20 > > string? > > Like SELECT zip('test data');? > > no. you could write one that calls gzip in one of the untrusted > languages. or in C you co

Re: [SQL] ZIP function

2013-03-16 Thread Jasen Betts
On 2013-03-16, Victor Sterpu wrote: > > =_MBF521B7A8-BC31-4E93-BC62-8C86007F2089 > Content-Transfer-Encoding: quoted-printable > Content-Type: text/plain; format=flowed; charset=utf-8 > > Is there a function that will give the resulting zip content for a=20 > string? > Like SELECT zip('tes

[SQL] ZIP function

2013-03-16 Thread Victor Sterpu
Is there a function that will give the resulting zip content for a string? Like SELECT zip('test data');? Thank you.