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

Commitbe7c0a9

Browse files
committed
Fix silly typo in redirection example.
1 parentee0bcb8 commitbe7c0a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.28 2000/10/16 03:25:17 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.29 2000/10/19 04:53:41 tgl Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -127,7 +127,7 @@ postgres&gt; <userinput>initdb -D /usr/local/pgsql/data</userinput>
127127
To start the <application>postmaster</application> in the
128128
background, use the usual shell syntax:
129129
<screen>
130-
&gt; <userinput>postmaster -D /usr/local/pgsql/data &gt; logfile1&gt;&amp;2 &amp;</userinput>
130+
&gt; <userinput>postmaster -D /usr/local/pgsql/data &gt; logfile2&gt;&amp;1 &amp;</userinput>
131131
</screen>
132132
It is an extremely good idea to keep the server output around
133133
somewhere, as indicated here. It will help both for auditing

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp