diff options
Diffstat (limited to 'doc/src/sgml/installation.sgml')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 1e314242faf..20b070e42ad 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.348.2.3 2010/08/17 04:37:16 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.348.2.4 2010/09/08 20:35:53 petere Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -1515,7 +1515,14 @@ su - postgres <listitem> <para> Full path to the Python interpreter. This will be used to - determine the dependencies for building PL/Python. + determine the dependencies for building PL/Python. Also, + whether Python 2 or 3 is specified here (or otherwise + implicitly chosen) determines which variant of the PL/Python + language becomes available. See + <![%standalone-include[the <application>PL/Python</> + documentation]]> + <![%standalone-ignore[<xref linkend="plpython-python23">]]> + for more information. </para> </listitem> </varlistentry> |
