From: Tom Lane Date: Thu, 27 Mar 2014 21:08:38 +0000 (-0400) Subject: Revert "Document that Python 2.3 requires cdecimal module for full functionality." X-Git-Tag: REL9_2_9~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=952f0153f3d69927947f8bdcba5d451a2b20e443;p=thirdparty%2Fpostgresql.git Revert "Document that Python 2.3 requires cdecimal module for full functionality." This reverts commit a8ee81822e43120e1b31949b07af1adadcbeffc1. The change requiring cdecimal is new in 9.4 (see 7919398bac), so we should not claim previous branches need it. --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index b2160389453..a6e5ddad98e 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -205,12 +205,8 @@ su - postgres language, you need a Python 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. - Python 3 is supported if it's + required version is Python + 2.3. Python 3 is supported if it's version 3.1 or later; but see PL/Python documentation]]> ]]>