diff options
Diffstat (limited to 'doc/src/sgml/plpython.sgml')
-rw-r--r-- | doc/src/sgml/plpython.sgml | 11 |
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 |