diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/plpython.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index cc5c7efbe00..bdb0d3377f8 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -1408,6 +1408,10 @@ plpy.execute("UPDATE tbl SET %s = %s WHERE key = %s" % ( <listitem> <para><envar>PYTHONUSERBASE</envar></para> </listitem> + + <listitem> + <para><envar>PYTHONHASHSEED</envar></para> + </listitem> </itemizedlist> (It appears to be a Python implementation detail beyond the control |