Skip to content

Commit 05dd9fb

Browse files
committed
PL/Python: Update list of supported environment variables
1 parent d6f7d4f commit 05dd9fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/src/sgml/plpython.sgml

+4
Original file line numberDiff line numberDiff line change
@@ -1408,6 +1408,10 @@ plpy.execute("UPDATE tbl SET %s = %s WHERE key = %s" % (
14081408
<listitem>
14091409
<para><envar>PYTHONUSERBASE</envar></para>
14101410
</listitem>
1411+
1412+
<listitem>
1413+
<para><envar>PYTHONHASHSEED</envar></para>
1414+
</listitem>
14111415
</itemizedlist>
14121416

14131417
(It appears to be a Python implementation detail beyond the control

0 commit comments

Comments
 (0)