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
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
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