We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb029f0 commit 2c632e6Copy full SHA for 2c632e6
doc/src/sgml/installation.sgml
@@ -1,4 +1,4 @@
1
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.45 2001/04/06 15:52:41 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.45.2.1 2001/05/14 15:11:31 momjian Exp $ -->
2
3
<chapter id="installation">
4
<title><![%flattext-install-include[<productname>PostgreSQL</>]]>
@@ -958,7 +958,7 @@ PATH=$PATH:/usr/local/pgsql/bin
958
</programlisting>
959
If you are using csh or tcsh, then use this command:
960
<programlisting>
961
-set path = ( /usr/local/pgsql/bin path )
+set path = ( /usr/local/pgsql/bin $path )
962
963
</para>
964
0 commit comments