pgsql: Document the minimum required Python version.

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document the minimum required Python version.
Date: 2009-08-12 16:32:35
Message-ID: 20090812163235.BEC9F75331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-08-12 16:37:26 pgsql: Split the plpython regression test into test cases arranged by
Previous Message Tom Lane 2009-08-12 13:58:14 Re: Re: pgindent timing (was Re: [COMMITTERS] pgsql: Refactor NUM_cache_remove calls in error report path to a PG_TRY)