This is a discussion on PL/PERL with composite return values & PGSQL 7.4? within the Pgsql General forums, part of the PostgreSQL category; --> Hi, Documentation mentions that PGSQL 8 supports a version of PL/PERL with composite return values. Is there a way ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, Documentation mentions that PGSQL 8 supports a version of PL/PERL with composite return values. Is there a way to install this new version of PL/PERL on an old 7.4 database, or is it absolutely necessary to upgrade? Thanks Philippe Lang ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings |
| ||||
| "Philippe Lang" <philippe.lang@attiksystem.ch> writes: > Documentation mentions that PGSQL 8 supports a version of PL/PERL with > composite return values. Is there a way to install this new version of > PL/PERL on an old 7.4 database, No. The rest of it might work, but not that feature, at least not without significant rewrite. We changed the underlying mechanisms for handling composite-valued functions in 8.0 ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend |