PL/Python: Update list of supported environment variables
authorPeter Eisentraut
Sat, 28 Apr 2012 10:34:06 +0000 (13:34 +0300)
committerPeter Eisentraut
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" % (
     
      PYTHONUSERBASE
     
+
+    
+     PYTHONHASHSEED
+    
    
 
    (It appears to be a Python implementation detail beyond the control