Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dc8dec6

Browse files
committed
Fix documentation comment about restricted environments, per Kevin Jacobs.
1 parent e0016db commit dc8dec6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

doc/src/sgml/plpython.sgml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/plpython.sgml,v 1.17 2003/06/30 18:31:41 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/plpython.sgml,v 1.18 2003/07/01 13:52:29 tgl Exp $ -->
22

33
<chapter id="plpython">
44
<title>PL/Python - Python Procedural Language</title>
@@ -90,18 +90,13 @@ def __plpython_procedure_myfunc_23456():
9090
available to all Python functions within a session. Use with care.
9191
</para>
9292

93-
<!-- NOT CORRECT ANYMORE, IS IT?
94-
9593
<para>
96-
Each function gets its own restricted execution object in the
94+
Each function gets its own execution environment in the
9795
Python interpreter, so that global data and function arguments from
9896
<function>myfunc</function> are not available to
9997
<function>myfunc2</function>. The exception is the data in the
10098
<varname>GD</varname> dictionary, as mentioned above.
10199
</para>
102-
103-
-->
104-
105100
</sect1>
106101

107102
<sect1 id="plpython-trigger">

0 commit comments

Comments
 (0)