Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef7574e

Browse files
committed
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.
1 parent f4a4aec commit ef7574e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.326 2009/07/13 01:51:56 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.327 2009/08/12 16:32:35 petere Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -196,10 +196,7 @@ su - postgres
196196
To build the <application>PL/Python</> server programming
197197
language, you need a <productname>Python</productname>
198198
installation with the header files and the <application>distutils</application> module.
199-
The <application>distutils</application> module is included by default with
200-
<productname>Python</productname> 1.6 and later; users of
201-
earlier versions of <productname>Python</productname> will need
202-
to install it.
199+
The minimum required version is <productname>Python</productname> 2.2.
203200
</para>
204201

205202
<para>

0 commit comments

Comments
 (0)