aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-10-21 11:01:35 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-10-21 11:01:40 -0400
commita92c0f695bdf4e38218e918bf0474c0d45b6ebd0 (patch)
treec2ba652b273048b7a8707e7ed3a60344fa7bad98
parent0336665151f346737102cf27dbb682d6a526c8e4 (diff)
downloadpostgresql-a92c0f695bdf4e38218e918bf0474c0d45b6ebd0.tar.gz
postgresql-a92c0f695bdf4e38218e918bf0474c0d45b6ebd0.zip
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 ...".
-rw-r--r--doc/src/sgml/installation.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 7a77dfe6f85..25a49437f1e 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1422,7 +1422,7 @@ su - postgres
<term><envar>PERL</envar></term>
<listitem>
<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.
</para>
</listitem>
@@ -1432,7 +1432,7 @@ su - postgres
<term><envar>PYTHON</envar></term>
<listitem>
<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,
whether Python 2 or 3 is specified here (or otherwise
implicitly chosen) determines which variant of the PL/Python
@@ -1449,7 +1449,7 @@ su - postgres
<term><envar>TCLSH</envar></term>
<listitem>
<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
be substituted into Tcl scripts.
</para>