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:35 -0400
commit7aa2c10ac6785a2de683609b98da607e588a6d02 (patch)
tree49f3bdebc182eb1a1fcbb1e34e1191cf0a6fc959
parent7012b132d07c2b4ea15b0b3cb1ea9f3278801d98 (diff)
downloadpostgresql-7aa2c10ac6785a2de683609b98da607e588a6d02.tar.gz
postgresql-7aa2c10ac6785a2de683609b98da607e588a6d02.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 883e575946c..296611d4256 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -1429,7 +1429,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>
@@ -1439,7 +1439,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
@@ -1456,7 +1456,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>