Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcbb3e08

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

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 thePython 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 theTcl 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)

[8]ページ先頭

©2009-2025 Movatter.jp