Re: Bizarre problem: Python stored procedure using protocol buffers not working

From: Yang Zhang <yanghatespam(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Bizarre problem: Python stored procedure using protocol buffers not working
Date: 2010-05-16 05:50:32
Message-ID: AANLkTikS_MG7L69ktuASdZE4TlX0mjpVNQSZop9dYuoJ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, May 15, 2010 at 10:20 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> You have null bytes in the data value, which is not supported very well
> in PL/Python.  Try the 9.0 beta version; it should be fixed there.

Thanks. Out of curiosity, is this an issue just with PL/Python or with
other stored procedure languages as well?
--
Yang Zhang
http://yz.mit.edu/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2010-05-16 09:14:30 Re: Bizarre problem: Python stored procedure using protocol buffers not working
Previous Message Peter Eisentraut 2010-05-16 05:20:28 Re: Bizarre problem: Python stored procedure using protocol buffers not working