Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2c632e6

Browse files
committed
Fix 'set path' for csh, path -> $path.
Pierce Tyler
1 parentfb029f0 commit2c632e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/installation.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.45 2001/04/06 15:52:41 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.45.2.1 2001/05/14 15:11:31 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%flattext-install-include[<productname>PostgreSQL</>]]>
@@ -958,7 +958,7 @@ PATH=$PATH:/usr/local/pgsql/bin
958958
</programlisting>
959959
If you are using csh or tcsh, then use this command:
960960
<programlisting>
961-
set path = ( /usr/local/pgsql/bin path )
961+
set path = ( /usr/local/pgsql/bin$path )
962962
</programlisting>
963963
</para>
964964

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp