Skip to content

Commit cbb3e08

Browse files
committed
doc: Correct documentation of install-time environment variables
Since approximately PostgreSQL 10, it is no longer required that environment variables at installation time such as PERL, PYTHON, TCLSH be "full path names", so change that phrasing in the installation instructions. (The exact time of change appears to differ for PERL and the others, but it works consistently in PostgreSQL 10.) Also while we're here document the defaults for PERL and PYTHON, but since the search list for TCLSH is so long, let's leave that out so we don't need to maintain a copy of that list in the installation instructions.
1 parent f3ff9cb commit cbb3e08

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/src/sgml/installation.sgml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,8 +1454,9 @@ su - postgres
14541454
<term><envar>PERL</envar></term>
14551455
<listitem>
14561456
<para>
1457-
Full path name of the Perl interpreter. This will be used to
1458-
determine the dependencies for building PL/Perl.
1457+
Perl interpreter program. This will be used to determine the
1458+
dependencies for building PL/Perl. The default is
1459+
<command>perl</command>.
14591460
</para>
14601461
</listitem>
14611462
</varlistentry>
@@ -1464,15 +1465,15 @@ su - postgres
14641465
<term><envar>PYTHON</envar></term>
14651466
<listitem>
14661467
<para>
1467-
Full path name of the Python interpreter. This will be used to
1468+
Python interpreter program. This will be used to
14681469
determine the dependencies for building PL/Python. Also,
14691470
whether Python 2 or 3 is specified here (or otherwise
14701471
implicitly chosen) determines which variant of the PL/Python
14711472
language becomes available. See
14721473
<![%standalone-include[the <application>PL/Python</>
14731474
documentation]]>
14741475
<![%standalone-ignore[<xref linkend="plpython-python23">]]>
1475-
for more information.
1476+
for more information. The default is <command>python</command>.
14761477
</para>
14771478
</listitem>
14781479
</varlistentry>
@@ -1481,7 +1482,7 @@ su - postgres
14811482
<term><envar>TCLSH</envar></term>
14821483
<listitem>
14831484
<para>
1484-
Full path name of the Tcl interpreter. This will be used to
1485+
Tcl interpreter program. This will be used to
14851486
determine the dependencies for building PL/Tcl, and it will
14861487
be substituted into Tcl scripts.
14871488
</para>

0 commit comments

Comments
 (0)