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

Commitc559d8d

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 parent076ffbc commitc559d8d

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
@@ -1500,8 +1500,9 @@ su - postgres
15001500
<term><envar>PERL</envar></term>
15011501
<listitem>
15021502
<para>
1503-
Full path name of the Perl interpreter. This will be used to
1504-
determine the dependencies for building PL/Perl.
1503+
Perl interpreter program. This will be used to determine the
1504+
dependencies for building PL/Perl. The default is
1505+
<command>perl</command>.
15051506
</para>
15061507
</listitem>
15071508
</varlistentry>
@@ -1510,13 +1511,13 @@ su - postgres
15101511
<term><envar>PYTHON</envar></term>
15111512
<listitem>
15121513
<para>
1513-
Full path name of thePython interpreter. This will be used to
1514+
Python interpreter program. This will be used to
15141515
determine the dependencies for building PL/Python. Also,
15151516
whether Python 2 or 3 is specified here (or otherwise
15161517
implicitly chosen) determines which variant of the PL/Python
15171518
language becomes available. See
15181519
<xref linkend="plpython-python23"/>
1519-
for more information.
1520+
for more information. The default is <command>python</command>.
15201521
</para>
15211522
</listitem>
15221523
</varlistentry>
@@ -1525,7 +1526,7 @@ su - postgres
15251526
<term><envar>TCLSH</envar></term>
15261527
<listitem>
15271528
<para>
1528-
Full path name of theTcl interpreter. This will be used to
1529+
Tcl interpreter program. This will be used to
15291530
determine the dependencies for building PL/Tcl, and it will
15301531
be substituted into Tcl scripts.
15311532
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp