Commit 7d802e07 authored by Bruce Momjian's avatar Bruce Momjian

Fix 'set path' for csh.

parent 21e3848d
<!-- $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"> <chapter id="installation">
<title><![%flattext-install-include[<productname>PostgreSQL</>]]> <title><![%flattext-install-include[<productname>PostgreSQL</>]]>
...@@ -1025,7 +1025,7 @@ PATH=$PATH:/usr/local/pgsql/bin ...@@ -1025,7 +1025,7 @@ PATH=$PATH:/usr/local/pgsql/bin
</programlisting> </programlisting>
If you are using csh or tcsh, then use this command: If you are using csh or tcsh, then use this command:
<programlisting> <programlisting>
set path = ( /usr/local/pgsql/bin path ) set path = ( /usr/local/pgsql/bin $path )
</programlisting> </programlisting>
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment