summaryrefslogtreecommitdiff
path: root/src/man/postmaster.1
diff options
context:
space:
mode:
authorBruce Momjian1997-02-18 17:14:25 +0000
committerBruce Momjian1997-02-18 17:14:25 +0000
commita17b01f32048c928a9c0f6d11d5a3d64788ca176 (patch)
treedfdb99fe54329212fb83925abf2306f64e99d6b7 /src/man/postmaster.1
parente230c0b6726598fd6cf5a404ce805c2d871e18eb (diff)
Update btree patches that were missed.
Diffstat (limited to 'src/man/postmaster.1')
-rw-r--r--src/man/postmaster.119
1 files changed, 1 insertions, 18 deletions
diff --git a/src/man/postmaster.1 b/src/man/postmaster.1
index 3ee1f457c2e..08cc9fa763f 100644
--- a/src/man/postmaster.1
+++ b/src/man/postmaster.1
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.3 1997/01/26 15:32:28 scrappy Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/postmaster.1,v 1.4 1997/02/18 17:14:25 momjian Exp $
.TH POSTMASTER UNIX 11/05/95 PostgreSQL PostgreSQL
.SH "NAME"
postmaster \(em run the Postgres postmaster
@@ -173,23 +173,6 @@ programmer can then use the
.IR shmemdoc
program to examine shared memory and semaphore state.
.TP
-.BR "-e"
-The
-.IR "-e"
-option controls how dates are input to and output from the database.
-.IP
-If the
-.IR "-e"
-option is supplied, then all dates passed to and from the frontend
-processes will be assumed to be in
-.IR "European"
-format ie.
-.IR "DD-MM-YYYY"
-otherwise dates are input and output in
-.IR "American"
-format ie.
-.IR "MM-DD-YYYY"
-.TP
.BR "-o" " backend_options"
The
.IR postgres (1)