Re: [GENERAL] plperl "set-valued function" problem

2007-04-10 Thread Tom Lane
"sami jan" <[EMAIL PROTECTED]> writes: > I checked out the files from: pgsql/src/pl/plperl/sql/ and > pgsql/src/pl/plperl/expected and compared the results > I still found a difference in 2 functions : > ERROR: error from Perl function: type "integer" does not exist at line 2. Apparently you're

Re: [GENERAL] plperl "set-valued function" problem

2007-04-10 Thread sami jan
Thanks Alvaro I checked out the files from: pgsql/src/pl/plperl/sql/ and pgsql/src/pl/plperl/expected and compared the results I still found a difference in 2 functions : Function 1 - Expected: CREATE OR REPLACE FUNCTION perl_spi_prepared(INTEGER) RETURN

Re: [GENERAL] plperl "set-valued function" problem

2007-04-09 Thread Alvaro Herrera
samı escribió: > Hi > > I am using PostgreSQL 8.2.3 on WindowsXP > > I am using the PL/Perl regression tests located here: > > > http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/test/Attic/test_queries.sql The fact that these files are in the "Attic" means they were deleted.

[GENERAL] plperl "set-valued function" problem

2007-04-09 Thread samı
Hi I am using PostgreSQL 8.2.3 on WindowsXP I am using the PL/Perl regression tests located here: http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/test/Attic/test_queries.sql and comparing them to the expected output located here: http://developer.postgresql.org/cvswe