1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00

Fix 'set path' for csh, path -> $path.

Pierce Tyler
This commit is contained in:
Bruce Momjian
2001-05-14 15:11:31 +00:00
parent fb029f0b36
commit 2c632e6259

View File

@@ -1,4 +1,4 @@
<!-- $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 $ -->
<chapter id="installation"> <chapter id="installation">
<title><![%flattext-install-include[<productname>PostgreSQL</>]]> <title><![%flattext-install-include[<productname>PostgreSQL</>]]>
@@ -958,7 +958,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>