aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-07-14 13:06:09 +0300
committerPeter Eisentraut <peter_e@gmx.net>2012-07-14 13:06:46 +0300
commiteb972f3eca22858683a6b40466f6d561262b268b (patch)
treea072abb3b436435ff0611021e880176de6724c39
parent0bf8eb2a15875bc3f4d5638da73cb34ee9ca868e (diff)
downloadpostgresql-eb972f3eca22858683a6b40466f6d561262b268b.tar.gz
postgresql-eb972f3eca22858683a6b40466f6d561262b268b.zip
Add link to PEP 394 regarding python2 vs python3 naming
-rw-r--r--doc/src/sgml/plpython.sgml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml
index bdb0d3377f8..c15188c3e00 100644
--- a/doc/src/sgml/plpython.sgml
+++ b/doc/src/sgml/plpython.sgml
@@ -90,6 +90,12 @@
</listitem>
</itemizedlist>
+ This scheme is analogous to the recommendations in <ulink
+ url="http://www.python.org/dev/peps/pep-0394/">PEP 394</ulink> regarding the
+ naming and transitioning of the <command>python</command> command.
+ </para>
+
+ <para>
It depends on the build configuration or the installed packages
whether PL/Python for Python 2 or Python 3 or both are available.
</para>