Re: [PATCHES] plpython improvements

2006-08-27 Thread Sven Suursoho
English speaker nor didn't manage to generate documentation from SGML sources ( openjade:postgres.sgml:3:55:W: cannot generate system identifier for public text -//OASIS//DTD DocBook V4.2//EN) -- Sven Suursoho plpython-patch.tar.gz Description: GNU Zip compressed data

Re: [PATCHES] plpython improvements

2006-05-07 Thread Sven Suursoho
. -- Sven Suursoho ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [PATCHES] plpython improvements

2006-05-07 Thread Sven Suursoho
Sun, 07 May 2006 12:36:59 +0300, Sven Suursoho [EMAIL PROTECTED]: Btw, we developed returning compose types further. Basically did same as for SETOF functions -- allow to return any Python object that conforms to mapping protocol. Currently only dict as previously, though. But still, ready

Re: [PATCHES] plpython improvements

2006-05-07 Thread Sven Suursoho
not so good with rpm packaging system, just looked output of compilation stage. So, we are back on square one... -- Sven Suursoho ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [PATCHES] plpython improvements

2006-05-05 Thread Sven Suursoho
, that we know about this, shouldn't stop us developing TCP/IP applications. Especially, if there is also patch for this bug :) It would be real shame to prevent using generator for SETOF functions because it is most natural match for plpgsql's return next -- Sven Suursoho

Re: [PATCHES] plpython improvements

2006-05-04 Thread Sven Suursoho
Hi, Sun, 30 Apr 2006 19:14:28 +0300, Tom Lane [EMAIL PROTECTED]: Sven Suursoho [EMAIL PROTECTED] writes: Unfortunately, there is still one problem when using unpatched python, caused by too aggressive assert. http://mail.python.org/pipermail/python-checkins/2005-August/046571.html. I don't

Re: [PATCHES] plpython improvements

2006-04-30 Thread Sven Suursoho
Hi, Thu, 27 Apr 2006 17:17:36 +0300, Bruce Momjian pgman@candle.pha.pa.us: Sorry, I have to revert this patch because it is causing crashes in the plpython regression tests. Would you please run those tests, fix the bug, and resubmit. Thanks. Found and fixed two problems: 1) named

Re: [PATCHES] plpython improvements

2006-04-30 Thread Sven Suursoho
Sun, 30 Apr 2006 19:14:28 +0300, Tom Lane [EMAIL PROTECTED]: Sven Suursoho [EMAIL PROTECTED] writes: Unfortunately, there is still one problem when using unpatched python, caused by too aggressive assert. See http://mail.python.org/pipermail/python-checkins/2005-August/046571.html. I guess

Re: [PATCHES] plpython improvements

2006-04-30 Thread Sven Suursoho
Sun, 30 Apr 2006 20:48:48 +0300, Bruce Momjian pgman@candle.pha.pa.us: Sun, 30 Apr 2006 19:14:28 +0300, Tom Lane [EMAIL PROTECTED]: Sven Suursoho [EMAIL PROTECTED] writes: Unfortunately, there is still one problem when using unpatched python, caused by too aggressive assert. http

Re: [PATCHES] plpython improvements

2006-04-30 Thread Sven Suursoho
Sun, 30 Apr 2006 21:43:03 +0300, Tom Lane [EMAIL PROTECTED]: Sven Suursoho [EMAIL PROTECTED] writes: So, what about this in configure: if --with-python test_iterator_app_crashes # errcode(FEATURE_NOT_SUPPORTED), errmsg(patch your python) disable_iterator_feature fi Testing

Re: [PATCHES] plpython improvements

2006-04-17 Thread Sven Suursoho
Hi, Mon, 17 Apr 2006 19:20:38 +0300, Bruce Momjian pgman@candle.pha.pa.us: Hannu Krosing wrote: 1) named parameters additionally to args[] 2) return composite-types from plpython as dictionary 3) return result-set from plpython as list, iterator or generator Test script attached

[PATCHES] plpython improvements

2006-04-15 Thread Sven Suursoho
1) named parameters additionally to args[] 2) return composite-types from plpython as dictionary 3) return result-set from plpython as list, iterator or generator Test script attached (patch-test.sql) but not integrated to plpython test-suite. -- Sven Suursoho patch-test.sql Description