diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-07-05 18:15:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-07-05 18:15:51 +0000 |
commit | 2d6c375c5f34948dc32221c3075265d73b561ee8 (patch) | |
tree | 89455c88fa2474af1aaee6dfebcbb49c5fe0f8ed /doc/src | |
parent | 576ac4b8c9337cd5b0e12c2f827dd99c5ee6f25b (diff) | |
download | postgresql-2d6c375c5f34948dc32221c3075265d73b561ee8.tar.gz postgresql-2d6c375c5f34948dc32221c3075265d73b561ee8.zip |
Back out patch. This should be done like other server-side languages.
---------------------------------------------------------------------------
This patch allows the PL/Python module to do (SRF) functions.
The patch was taken from the CVS version.
I have modified the plpython.c file and have added a test sql script for
testing the functionality. It was actually the script that was in the
8.0.3 version but have since been removed.
In order to signal the end of a set, the called python function must
simply return plpy.EndOfSet and the set would be returned.
Gerrit van Dyk
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions