From 05dd9fb18d6572f1467f995085b1de324d0ad028 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 28 Apr 2012 13:34:06 +0300 Subject: [PATCH] PL/Python: Update list of supported environment variables --- doc/src/sgml/plpython.sgml | 4 ++++ 1 file changed, 4 insertions(+) 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" % ( PYTHONUSERBASE + + + PYTHONHASHSEED + (It appears to be a Python implementation detail beyond the control -- 2.40.0