From: Tom Lane Date: Thu, 27 Mar 2014 21:15:45 +0000 (-0400) Subject: Improve documentation note about Python 2.3 and cdecimal. X-Git-Tag: REL9_4_BETA1~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5a452b3a4600dfc9c045e1591c25e6a567d8d73;p=postgresql Improve documentation note about Python 2.3 and cdecimal. Explain exactly what fails (ie, function arguments of type numeric) if you don't have it. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 1dee8f4ccb..efaaad80b4 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -204,10 +204,10 @@ su - postgres installation with the header files and the distutils module. The minimum required version is Python 2.3. - For full functionality, a 2.3.x installation must include the - separately-available cdecimal module; in particular - the PL/Python regression tests will not pass if that - is missing. + (To work with function arguments of type numeric, a 2.3.x + installation must include the separately-available cdecimal + module; note the PL/Python regression tests + will not pass if that is missing.) Python 3 is supported if it's version 3.1 or later; but see PL/Python documentation]]>