We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ecdefc commit a6ca9c2Copy full SHA for a6ca9c2
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