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
06a70013
Commit
06a70013
authored
Nov 07, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update postmaster manual page.
parent
5af43965
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
src/man/postmaster.1
src/man/postmaster.1
+11
-1
No files found.
src/man/postmaster.1
View file @
06a70013
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.
7 1997/08/26 17:30
:07 momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.
8 1997/11/07 21:25
:07 momjian Exp $
.TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH "NAME"
postmaster \(em run the Postgres postmaster
...
...
@@ -27,6 +27,9 @@ backend_pathname]
.BR "-d"
[debug_level]]
[\c
.BR "-i" \c
]
[\c
.BR "-n" \c
]
.br
...
...
@@ -139,6 +142,11 @@ send their debugging output then this output will appear on the
controlling tty of their parent
.IR postmaster .
.TP
.BR "-i"
This enables TCP/IP or Internet domain socket communication.
Without this option, only local Unix domain socket communication is
possible.
.TP
.BR "-n" ", " "-s"
The
.IR "-s" " and " "-n"
...
...
@@ -191,6 +199,8 @@ default port then all frontend application users must specify the same
port (using command-line options or
.SM PGPORT\c
) when starting any libpq application, including psql.
Local Unix domain sockets also use this port number as an identifier
to allow unix domain communication with multiple postmasters.
.SH "WARNINGS"
If at all possible,
.BR "do not"
...
...
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