diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 86b1205cc7..74a61328c6 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%flattext-install-include[<productname>PostgreSQL</>]]> @@ -1025,7 +1025,7 @@ PATH=$PATH:/usr/local/pgsql/bin </programlisting> If you are using csh or tcsh, then use this command: <programlisting> -set path = ( /usr/local/pgsql/bin path ) +set path = ( /usr/local/pgsql/bin $path ) </programlisting> </para>