Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc8dec6

Browse files
committed
Fix documentation comment about restricted environments, per Kevin Jacobs.
1 parente0016db commitdc8dec6

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 ownrestrictedexecutionobject in the
94+
Each function gets its own executionenvironment 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)

[8]ページ先頭

©2009-2025 Movatter.jp