Commit 7aa2c10a authored by Tom Lane's avatar Tom Lane

Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables.

Replace "Full path to ..." with "Full path name of ...".  At least one
user has misinterpreted the existing wording as meaning "Directory
containing ...".
parent 7012b132
...@@ -1429,7 +1429,7 @@ su - postgres ...@@ -1429,7 +1429,7 @@ su - postgres
<term><envar>PERL</envar></term> <term><envar>PERL</envar></term>
<listitem> <listitem>
<para> <para>
Full path to the Perl interpreter. This will be used to Full path name of the Perl interpreter. This will be used to
determine the dependencies for building PL/Perl. determine the dependencies for building PL/Perl.
</para> </para>
</listitem> </listitem>
...@@ -1439,7 +1439,7 @@ su - postgres ...@@ -1439,7 +1439,7 @@ su - postgres
<term><envar>PYTHON</envar></term> <term><envar>PYTHON</envar></term>
<listitem> <listitem>
<para> <para>
Full path to the Python interpreter. This will be used to Full path name of the Python interpreter. This will be used to
determine the dependencies for building PL/Python. Also, determine the dependencies for building PL/Python. Also,
whether Python 2 or 3 is specified here (or otherwise whether Python 2 or 3 is specified here (or otherwise
implicitly chosen) determines which variant of the PL/Python implicitly chosen) determines which variant of the PL/Python
...@@ -1456,7 +1456,7 @@ su - postgres ...@@ -1456,7 +1456,7 @@ su - postgres
<term><envar>TCLSH</envar></term> <term><envar>TCLSH</envar></term>
<listitem> <listitem>
<para> <para>
Full path to the Tcl interpreter. This will be used to Full path name of the Tcl interpreter. This will be used to
determine the dependencies for building PL/Tcl, and it will determine the dependencies for building PL/Tcl, and it will
be substituted into Tcl scripts. be substituted into Tcl scripts.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment