Commit 05dd9fb1 authored by Peter Eisentraut's avatar Peter Eisentraut

PL/Python: Update list of supported environment variables

parent d6f7d4fd
...@@ -1408,6 +1408,10 @@ plpy.execute("UPDATE tbl SET %s = %s WHERE key = %s" % ( ...@@ -1408,6 +1408,10 @@ plpy.execute("UPDATE tbl SET %s = %s WHERE key = %s" % (
<listitem> <listitem>
<para><envar>PYTHONUSERBASE</envar></para> <para><envar>PYTHONUSERBASE</envar></para>
</listitem> </listitem>
<listitem>
<para><envar>PYTHONHASHSEED</envar></para>
</listitem>
</itemizedlist> </itemizedlist>
(It appears to be a Python implementation detail beyond the control (It appears to be a Python implementation detail beyond the control
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment