postgresql/src/pl/plpython
Bruce Momjian 2d6c375c5f 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
2005-07-05 18:15:51 +00:00
..
expected Remove read_file/write_file tests. These were originally intended to 2005-06-20 21:14:01 +00:00
sql Back out patch. This should be done like other server-side languages. 2005-07-05 18:15:51 +00:00
Makefile Fix PL makefiles to support running regression tests in VPATH builds. 2005-05-24 17:07:41 +00:00
plpython.c Back out patch. This should be done like other server-side languages. 2005-07-05 18:15:51 +00:00
TODO Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00