]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix 'set path' for csh.
authorBruce Momjian <bruce@momjian.us>
Mon, 14 May 2001 16:16:52 +0000 (16:16 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 14 May 2001 16:16:52 +0000 (16:16 +0000)
doc/src/sgml/installation.sgml

index 86b1205cc7e451f1bf5023fe7fb040368d2fa52d..74a61328c6f709b1a21236812ee0f20ea816b23c 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.48 2001/05/12 22:51:35 petere Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.49 2001/05/14 16:16:52 momjian Exp $ -->
 
 <chapter id="installation">
  <title><![%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>