pgsql: Pl/python -> Pl/PythonU: < o Add table function support to

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Pl/python -> Pl/PythonU: < o Add table function support to
Date: 2007-04-02 21:28:10
Message-ID: 20070402212810.745049FB6CB@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Pl/python -> Pl/PythonU:

< o Add table function support to pltcl, plpython
> o Add table function support to pltcl, plpythonu
< o Add PL/Python tracebacks
> o Add PL/PythonU tracebacks
< o Allow PL/Python to return boolean rather than 1/0
> o Allow PL/PythonU to return boolean rather than 1/0

Modified Files:
--------------
pgsql/doc:
TODO (r1.2145 -> r1.2146)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2145&r2=1.2146)
pgsql/doc/src/FAQ:
TODO.html (r1.646 -> r1.647)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.646&r2=1.647)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2007-04-02 22:14:17 pgsql: Check length of enum literals on definition and input to make
Previous Message Bruce Momjian 2007-04-02 21:25:34 pgsql: Add: > * Fix to_date()-related functions to consistently issue