Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7c81a130
Commit
7c81a130
authored
Mar 26, 2000
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix erroneous claim that 'postmaster -S' leaves the postmaster running
in the foreground --- in fact, it auto-detaches.
parent
ba834d64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+2
-3
doc/src/sgml/trouble.sgml
doc/src/sgml/trouble.sgml
+2
-3
No files found.
doc/src/sgml/runtime.sgml
View file @
7c81a130
...
@@ -70,9 +70,8 @@
...
@@ -70,9 +70,8 @@
%
postmaster
-
S
%
postmaster
-
S
</
ProgramListing
>
</
ProgramListing
>
and
the
<
Application
>
postmaster
</
Application
>
will
be
"S"
ilent
.
and
the
<
Application
>
postmaster
</
Application
>
will
be
"S"
ilent
.
Notice
that
there
No
ampersand
(
"&"
)
is
required
in
this
case
,
since
the
postmaster
is
no
ampersand
(
"&"
)
at
the
end
of
the
last
example
so
automatically
detaches
from
the
terminal
when
-
S
is
specified
.
postmaster
will
be
running
in
the
foreground
.
</
Para
>
</
Para
>
</
sect1
>
</
sect1
>
...
...
doc/src/sgml/trouble.sgml
View file @
7c81a130
...
@@ -156,9 +156,8 @@ FATAL 1: Database testdb does not exist in pg_database
...
@@ -156,9 +156,8 @@ FATAL 1: Database testdb does not exist in pg_database
% postmaster -S
% postmaster -S
</ProgramListing>
</ProgramListing>
and the <Application>postmaster</Application> will be "S"ilent.
and the <Application>postmaster</Application> will be "S"ilent.
Notice that there
No ampersand ("&") is required in this case, since the postmaster
is no ampersand ("&") at the end of the last example so
automatically detaches from the terminal when -S is specified.
postmaster will be running in the foreground.
</Para>
</Para>
<sect2 Id="pg-options-trouble">
<sect2 Id="pg-options-trouble">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment