From ef7574eb014b66d99a5e68cc254e7a2282e69a00 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 12 Aug 2009 16:32:35 +0000 Subject: [PATCH] Document the minimum required Python version. It turns out that Python 2.2 is the oldest version that PL/Python compiles with, apparently related to the introduction of iterators. Might as well document this. --- doc/src/sgml/installation.sgml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 55522d80fb..7dee9e6640 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -196,10 +196,7 @@ su - postgres To build the <application>PL/Python</> server programming language, you need a <productname>Python</productname> installation with the header files and the <application>distutils</application> module. - The <application>distutils</application> module is included by default with - <productname>Python</productname> 1.6 and later; users of - earlier versions of <productname>Python</productname> will need - to install it. + The minimum required version is <productname>Python</productname> 2.2. </para> <para> -- 2.40.0