diff options
Diffstat (limited to 'databases/postgresql83-plpython/DESCR')
-rw-r--r-- | databases/postgresql83-plpython/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/postgresql83-plpython/DESCR b/databases/postgresql83-plpython/DESCR new file mode 100644 index 00000000000..142bb15309d --- /dev/null +++ b/databases/postgresql83-plpython/DESCR @@ -0,0 +1,9 @@ +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. |