diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-05-10 19:58:35 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-05-10 20:02:57 +0300 |
commit | 1d158d7f9841d7993f7b5990f311e3595db7960b (patch) | |
tree | 57bc145d63663b8b90f074d3d3445abc486e1866 /doc/src | |
parent | d9bb75dd37ae1642392b8638c99bfeb9f9890c0a (diff) | |
download | postgresql-1d158d7f9841d7993f7b5990f311e3595db7960b.tar.gz postgresql-1d158d7f9841d7993f7b5990f311e3595db7960b.zip |
Python 2.2 is no longer supported
It was already on its last legs, and it turns out that it was
accidentally broken in commit 89e850e6fda9e4e441712012abe971fe938d595a
and no one cared. So remove the rest the support for it and update
the documentation to indicate that Python 2.3 is now required.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index fe043c60847..609e004a336 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -206,7 +206,7 @@ su - postgres installation with the header files and the <application>distutils</application> module. The minimum required version is <productname>Python</productname> - 2.2. <productname>Python 3</productname> is supported if it's + 2.3. <productname>Python 3</productname> is supported if it's version 3.1 or later; but see <![%standalone-include[the <application>PL/Python</> documentation]]> <![%standalone-ignore[<xref linkend="plpython-python23">]]> |