Hi, I have stored a compressed string in a table field.The compressed string is created by zlib using python.I want to decompress this string by zlib under plpy but plpy fails to do so. Is plpy not support decompression? Why?
Thanks!