diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-21 11:01:35 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-21 11:01:44 -0400 |
commit | 8acc15eaa1f10e4c171b88d4a29ced617e8d54c5 (patch) | |
tree | d30304b6e041c7f4e4a9d93b7eb95526770227fe | |
parent | cc0e4c5670083feecdfd1dff0abfb9a685462c15 (diff) | |
download | postgresql-8acc15eaa1f10e4c171b88d4a29ced617e8d54c5.tar.gz postgresql-8acc15eaa1f10e4c171b88d4a29ced617e8d54c5.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.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 4251ce55a3d..ffee40a276a 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1396,7 +1396,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> @@ -1406,7 +1406,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 @@ -1423,7 +1423,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> |