From: Tom Lane Date: Fri, 21 Oct 2016 15:01:35 +0000 (-0400) Subject: Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables. X-Git-Tag: REL_10_BETA1~1530 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7aa2c10ac6785a2de683609b98da607e588a6d02;p=postgresql 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 ...". --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 883e575946..296611d425 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1429,7 +1429,7 @@ su - postgres PERL - 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. @@ -1439,7 +1439,7 @@ su - postgres PYTHON - 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 TCLSH - 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.