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

Commit7d802e0

Browse files
committed
Fix 'set path' for csh.
1 parent21e3848 commit7d802e0

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.48 2001/05/12 22:51:35 petere Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.49 2001/05/14 16:16:52 momjian Exp $ -->
22

33
<chapter id="installation">
44
<title><![%flattext-install-include[<productname>PostgreSQL</>]]>
@@ -1025,7 +1025,7 @@ PATH=$PATH:/usr/local/pgsql/bin
10251025
</programlisting>
10261026
If you are using csh or tcsh, then use this command:
10271027
<programlisting>
1028-
set path = ( /usr/local/pgsql/bin path )
1028+
set path = ( /usr/local/pgsql/bin$path )
10291029
</programlisting>
10301030
</para>
10311031

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp