Re: [BUGS] BUG #7586: PL/Perl problem

2012-10-08 Thread Franco Ricci
Thanks a lot for explanation. I'm planing to upgrade to pgsql 9.2 even for other reasons. If I need to use earlier postgresql versions I'll fix my functions using a text arguments instead of xml one. I tried and It seams to work fine. Regards Franco Ricci On 7-10-2012 7:06 PM, Tom Lane wro

Re: [BUGS] BUG #7586: PL/Perl problem

2012-10-07 Thread Tom Lane
franco.ri...@phys.uniroma1.it writes: > I wrote the following function in Perl to make some operations with LLRP > command in a RFID application: > > CREATE OR REPLACE FUNCTION llrp_command.llrpenc_bytea(xml) > RETURNS bytea AS > $BODY$ > use strict; > use RFID::LLRP::Builder qw(enco

[BUGS] BUG #7586: PL/Perl problem

2012-10-07 Thread franco . ricci
The following bug has been logged on the website: Bug reference: 7586 Logged by: Franco Ricci Email address: franco.ri...@phys.uniroma1.it PostgreSQL version: 9.0.10 Operating system: FreeBSD 9.0 Description: I wrote the following function in Perl to make some operati