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 6c5ed68 commit 3c74f7aCopy full SHA for 3c74f7a
doc/src/sgml/plpython.sgml
@@ -730,9 +730,9 @@ SELECT * FROM multiout_simple_setof(3);
730
<title>Sharing Data</title>
731
<para>
732
The global dictionary <varname>SD</varname> is available to store
733
- data between function calls. This variable is private static data.
+ private data between repeated calls to the same function.
734
The global dictionary <varname>GD</varname> is public data,
735
- available to all Python functions within a session. Use with
+ that is available to all Python functions within a session; use with
736
care.<indexterm><primary>global data</>
737
<secondary>in PL/Python</></indexterm>
738
</para>
0 commit comments