Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f7d4f
)
PL/Python: Update list of supported environment variables
author
Peter Eisentraut
<peter_e@gmx.net>
Sat, 28 Apr 2012 10:34:06 +0000
(13:34 +0300)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sat, 28 Apr 2012 10:34:06 +0000
(13:34 +0300)
doc/src/sgml/plpython.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plpython.sgml
b/doc/src/sgml/plpython.sgml
index cc5c7efbe002701aeb5b7489694d4c88b71bc4f5..bdb0d3377f837440f667f198cfb000abae9839d5 100644
(file)
--- 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