From: Peter Eisentraut Date: Sat, 14 Jul 2012 10:06:09 +0000 (+0300) Subject: Add link to PEP 394 regarding python2 vs python3 naming X-Git-Tag: REL9_3_BETA1~1203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e708e5e36d8a0295780a9aa1d99f01f5acb6182;p=postgresql Add link to PEP 394 regarding python2 vs python3 naming --- diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index bdb0d3377f..c15188c3e0 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -90,6 +90,12 @@ + This scheme is analogous to the recommendations in PEP 394 regarding the + naming and transitioning of the python command. + + + It depends on the build configuration or the installed packages whether PL/Python for Python 2 or Python 3 or both are available.