Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef7574e

Browse files
committed
Document the minimum required Python version.
It turns out that Python 2.2 is the oldest version that PL/Python compileswith, apparently related to the introduction of iterators. Might as welldocument this.
1 parentf4a4aec commitef7574e

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)

[8]ページ先頭

©2009-2025 Movatter.jp