10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f127b commit 2c852e3Copy full SHA for 2c852e3
doc/src/sgml/plpython.sgml
@@ -768,9 +768,9 @@ SELECT * FROM multiout_simple_setof(3);
768
<title>Sharing Data</title>
769
<para>
770
The global dictionary <varname>SD</varname> is available to store
771
- data between function calls. This variable is private static data.
+ private data between repeated calls to the same function.
772
The global dictionary <varname>GD</varname> is public data,
773
- available to all Python functions within a session. Use with
+ that is available to all Python functions within a session; use with
774
care.<indexterm><primary>global data</primary>
775
<secondary>in PL/Python</secondary></indexterm>
776
</para>
0 commit comments