diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-12-18 21:37:38 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-12-18 21:37:38 +0000 |
commit | b35b16e6966ea04d932eab49cdb6a8c1e93fa932 (patch) | |
tree | df23d8242bb697588bc494ef2ea250e868168b2c | |
parent | 96c102fe27de36eefb7a73c1147da2143e2e1a03 (diff) | |
download | postgresql-b35b16e6966ea04d932eab49cdb6a8c1e93fa932.tar.gz postgresql-b35b16e6966ea04d932eab49cdb6a8c1e93fa932.zip |
Fix link that doesn't work in standalone INSTALL document.
-rw-r--r-- | doc/src/sgml/installation.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 29caf8a51ee..3074172bc5d 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.334 2009/12/18 21:28:42 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.335 2009/12/18 21:37:38 tgl Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -198,8 +198,10 @@ 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 with - version 3.1 or later; but see <xref linkend="plpython-python23"> + 2.2. <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">]]> when using Python 3. </para> |