From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Fri, 18 Dec 2009 21:37:38 +0000 (+0000)
Subject: Fix link that doesn't work in standalone INSTALL document.
X-Git-Tag: REL8_5_ALPHA3~19
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b35b16e6966ea04d932eab49cdb6a8c1e93fa932;p=postgresql

Fix link that doesn't work in standalone INSTALL document.
---

diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 29caf8a51e..3074172bc5 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>