mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
PL/Python: Update list of supported environment variables
This commit is contained in:
parent
d6f7d4fdc5
commit
05dd9fb18d
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue