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 d64fad6 commit 9de7ae3Copy full SHA for 9de7ae3
doc/src/sgml/plpython.sgml
@@ -753,9 +753,9 @@ SELECT * FROM multiout_simple_setof(3);
753
<title>Sharing Data</title>
754
<para>
755
The global dictionary <varname>SD</varname> is available to store
756
- data between function calls. This variable is private static data.
+ private data between repeated calls to the same function.
757
The global dictionary <varname>GD</varname> is public data,
758
- available to all Python functions within a session. Use with
+ that is available to all Python functions within a session; use with
759
care.<indexterm><primary>global data</>
760
<secondary>in PL/Python</></indexterm>
761
</para>
0 commit comments