PostgreSQL 8.0.0beta3 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Chapter 37. PL/Perl - Perl Procedural Language | Fast Forward | Next |
The following features are currently missing from PL/Perl, but they would make welcome contributions.
PL/Perl functions cannot call each other directly (because they are anonymous subroutines inside Perl).
Full SPI is not yet implemented.
In the current implementation, if you are fetching or returning very large datasets, you should be aware that these will all go into memory. Future features will help with this. In the meantime, we suggest that you not use pl/perl if you will fetch or return very large result sets.