diff options
author | Peter Eisentraut | 2012-04-28 10:34:06 +0000 |
---|---|---|
committer | Peter Eisentraut | 2012-04-28 10:34:06 +0000 |
commit | 05dd9fb18d6572f1467f995085b1de324d0ad028 (patch) | |
tree | 3778989314f9c837404e3dae68b0b51c22927664 | |
parent | d6f7d4fdc516b2b597f8c2cd011c41c2729dab45 (diff) |
PL/Python: Update list of supported environment variables
-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 |