From fb29b1404698518fab4092a438da62a22a131f64 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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index c9efc053ea..0c5e5a4ee8 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -196,10 +196,7 @@ su - postgres To build the PL/Python server programming language, you need a Python installation with the header files and the distutils module. - The distutils module is included by default with - Python 1.6 and later; users of - earlier versions of Python will need - to install it. + The minimum required version is Python 2.2. -- 2.39.5