aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-14 16:16:52 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-14 16:16:52 +0000
commit7d802e07a731cd1bad97fc9e21a51c41b835f71c (patch)
treeedfc7d45c46f1a82bbb65e46a6b79ec75ddc9e8a
parent21e3848d20cad37232b9d0cfcd1b1f77cc660968 (diff)
downloadpostgresql-7d802e07a731cd1bad97fc9e21a51c41b835f71c.tar.gz
postgresql-7d802e07a731cd1bad97fc9e21a51c41b835f71c.zip
Fix 'set path' for csh.
-rw-r--r--doc/src/sgml/installation.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 86b1205cc7e..74a61328c6f 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -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>