]> granicus.if.org Git - postgresql/commitdiff
PL/Python: Update list of supported environment variables
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 28 Apr 2012 10:34:06 +0000 (13:34 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 28 Apr 2012 10:34:06 +0000 (13:34 +0300)
doc/src/sgml/plpython.sgml

index cc5c7efbe002701aeb5b7489694d4c88b71bc4f5..bdb0d3377f837440f667f198cfb000abae9839d5 100644 (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