Merge from vendor branch TNF:
authorjlam <jlam>
Sat, 6 Aug 2005 06:25:12 +0000 (06:25 +0000)
committerjlam <jlam>
Sat, 6 Aug 2005 06:25:12 +0000 (06:25 +0000)
commit199c829f105a53eadf01f18e6e664c3014b2697d
tree4b0d73894b0560405cdc970a7cd728101d899694
parentd698e1d2fc7f9e5285eed915e84e6f98f3c8e8c7
parent9710543737a81e57f3d2d7977f27ca0b07137931
Merge from vendor branch TNF:
Import databases/postgresql80-plpython-8.0.3.

PL/Python allows you to write functions in the Python programming
language that may be used in SQL queries as if they were built into
Postgres.  The PL/Python intepreter is a full Python interpreter.

PL/Python is currently only available as an "untrusted" language
(meaning it does not offer any way of restricting what users can do
in it).  It has therefore been named "plpythonu".  The trusted variant
plpython may become available again in future, if a new secure execution
mechanism is developed in Python.