aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/plpython.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2014-02-24 12:56:37 -0500
committerBruce Momjian <bruce@momjian.us>2014-02-24 12:56:37 -0500
commit6f14a6f703a26ec12f4da6f53f107dd260fbb9db (patch)
tree1fd0ef96989e3672dcd50ca6966283c7ca8ad8c4 /doc/src/sgml/plpython.sgml
parent4bad548d981636ceb79492a1b7f607f22f0867de (diff)
downloadpostgresql-6f14a6f703a26ec12f4da6f53f107dd260fbb9db.tar.gz
postgresql-6f14a6f703a26ec12f4da6f53f107dd260fbb9db.zip
docs: remove unnecessary references to old PG versions
Diffstat (limited to 'doc/src/sgml/plpython.sgml')
-rw-r--r--doc/src/sgml/plpython.sgml11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml
index ad89355d60d..3f0e6290bb2 100644
--- a/doc/src/sgml/plpython.sgml
+++ b/doc/src/sgml/plpython.sgml
@@ -27,12 +27,11 @@
</tip>
<para>
- As of <productname>PostgreSQL</productname> 7.4, PL/Python is only
- available as an <quote>untrusted</> language, meaning it does not
- offer any way of restricting what users can do in it. It has
- therefore been renamed to <literal>plpythonu</>. The trusted
- variant <literal>plpython</> might become available again in future,
- if a new secure execution mechanism is developed in Python. The
+ PL/Python is only available as an <quote>untrusted</> language, meaning
+ it does not offer any way of restricting what users can do in it and
+ is therefore named <literal>plpythonu</>. A trusted
+ variant <literal>plpython</> might become available in the future
+ if a secure execution mechanism is developed in Python. The
writer of a function in untrusted PL/Python must take care that the
function cannot be used to do anything unwanted, since it will be
able to do anything that could be done by a user logged in as the