pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql74-plpython want to describe PL/Py...
details: https://anonhg.NetBSD.org/pkgsrc/rev/57b3fd4b8ea8
branches: trunk
changeset: 481708:57b3fd4b8ea8
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Sun Oct 10 17:53:49 2004 +0000
description:
want to describe PL/Python here, not PL/Perl
diffstat:
databases/postgresql74-plpython/DESCR | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diffs (17 lines):
diff -r ce40e701c51d -r 57b3fd4b8ea8 databases/postgresql74-plpython/DESCR
--- a/databases/postgresql74-plpython/DESCR Sun Oct 10 17:48:34 2004 +0000
+++ b/databases/postgresql74-plpython/DESCR Sun Oct 10 17:53:49 2004 +0000
@@ -1,5 +1,9 @@
-PL/Perl allows you to write functions in the Perl programming language
+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/Perl intepreter is a full Perl interpreter. However, certain
-operations have been disabled in order to maintain the security of the
-system.
+The PL/Python intepreter is a full Python interpreter.
+
+As of PostgreSQL 7.4, PL/Python is 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 renamed to plpythonu.
+The trusted variant plpython may become available again in future,
+if a new secure execution mechanism is developed in Python.
Home |
Main Index |
Thread Index |
Old Index