summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-04-28 13:34:06 +0300
committerPeter Eisentraut <peter_e@gmx.net>2012-04-28 13:34:06 +0300
commit05dd9fb18d6572f1467f995085b1de324d0ad028 (patch)
tree3778989314f9c837404e3dae68b0b51c22927664
parentd6f7d4fdc516b2b597f8c2cd011c41c2729dab45 (diff)
downloadpostgresql-05dd9fb18d6572f1467f995085b1de324d0ad028.tar.gz
PL/Python: Update list of supported environment variables
-rw-r--r--doc/src/sgml/plpython.sgml4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml
index cc5c7efbe0..bdb0d3377f 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