diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 2e83f7d564a..95854fed25c 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1500,8 +1500,9 @@ su - postgres <term><envar>PERL</envar></term> <listitem> <para> - Full path name of the Perl interpreter. This will be used to - determine the dependencies for building PL/Perl. + Perl interpreter program. This will be used to determine the + dependencies for building PL/Perl. The default is + <command>perl</command>. </para> </listitem> </varlistentry> @@ -1510,13 +1511,13 @@ su - postgres <term><envar>PYTHON</envar></term> <listitem> <para> - Full path name of the Python interpreter. This will be used to + Python interpreter program. This will be used to 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 <xref linkend="plpython-python23"/> - for more information. + for more information. The default is <command>python</command>. </para> </listitem> </varlistentry> @@ -1525,7 +1526,7 @@ su - postgres <term><envar>TCLSH</envar></term> <listitem> <para> - Full path name of the Tcl interpreter. This will be used to + Tcl interpreter program. This will be used to determine the dependencies for building PL/Tcl, and it will be substituted into Tcl scripts. </para> |
