pgsql: Document the minimum required Python version. - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Document the minimum required Python version.
Date
Msg-id 20090812163235.BEC9F75331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        installation.sgml (r1.326 -> r1.327)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.326&r2=1.327)

pgsql-committers by date:

Previous
From: rlucas@pgfoundry.org (User Rlucas)
Date:
Subject: aupg - aupg_src: Minor text change
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Split the plpython regression test into test cases arranged by