PL/Python: Update list of supported environment variables

This commit is contained in:
Peter Eisentraut 2012-04-28 13:34:06 +03:00
parent d6f7d4fdc5
commit 05dd9fb18d

View File

@ -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