projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e246e0
)
Fix 'set path' for csh, path -> $path.
author
Bruce Momjian
<
[email protected]
>
Mon, 14 May 2001 15:11:31 +0000
(15:11 +0000)
committer
Bruce Momjian
<
[email protected]
>
Mon, 14 May 2001 15:11:31 +0000
(15:11 +0000)
Pierce Tyler
doc/src/sgml/installation.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/installation.sgml
b/doc/src/sgml/installation.sgml
index ea57d454483695acc28c8257e418300af2b8efbd..381698540815b51a491e006542bd63d73bafa552 100644
(file)
--- a/
doc/src/sgml/installation.sgml
+++ b/
doc/src/sgml/installation.sgml
@@
-958,7
+958,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>