Thanks to visit codestin.com Credit goes to github.com
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 5ec70a9 commit 06d47f6Copy full SHA for 06d47f6
doc/src/sgml/plpython.sgml
@@ -734,9 +734,9 @@ SELECT * FROM multiout_simple_setof(3);
734
<title>Sharing Data</title>
735
<para>
736
The global dictionary <varname>SD</varname> is available to store
737
- data between function calls. This variable is private static data.
+ private data between repeated calls to the same function.
738
The global dictionary <varname>GD</varname> is public data,
739
- available to all Python functions within a session. Use with
+ that is available to all Python functions within a session; use with
740
care.<indexterm><primary>global data</>
741
<secondary>in PL/Python</></indexterm>
742
</para>
0 commit comments