|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.334 2009/12/18 21:28:42 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.335 2009/12/18 21:37:38 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation"> |
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]> |
@@ -198,8 +198,10 @@ su - postgres |
198 | 198 | installation with the header files and |
199 | 199 | the <application>distutils</application> module. The minimum |
200 | 200 | required version is <productname>Python</productname> |
201 | | - 2.2. <productname>Python 3</productname> is supported with |
202 | | - version 3.1 or later; but see <xref linkend="plpython-python23"> |
| 201 | + 2.2. <productname>Python 3</productname> is supported if it's |
| 202 | + version 3.1 or later; but see |
| 203 | + <![%standalone-include[the <application>PL/Python</> documentation]]> |
| 204 | + <![%standalone-ignore[<xref linkend="plpython-python23">]]> |
203 | 205 | when using Python 3. |
204 | 206 | </para> |
205 | 207 |
|
|