aboutsummaryrefslogtreecommitdiff
path: root/src/man/postgres.1
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-03-17 22:53:31 +0000
committerBruce Momjian <bruce@momjian.us>1999-03-17 22:53:31 +0000
commit58118db39dba592fad26d781b686f0d56c1ba649 (patch)
treea59a5900f1f1385c1b2cd9d49bffe8ced1b69a29 /src/man/postgres.1
parent62a7754e1ae2d817f87594eeae549a82097d8693 (diff)
downloadpostgresql-58118db39dba592fad26d781b686f0d56c1ba649.tar.gz
postgresql-58118db39dba592fad26d781b686f0d56c1ba649.zip
Add new postgres -O option to allow system table structure changes.
Diffstat (limited to 'src/man/postgres.1')
-rw-r--r--src/man/postgres.18
1 files changed, 7 insertions, 1 deletions
diff --git a/src/man/postgres.1 b/src/man/postgres.1
index ef9b72af315..a8a971aae0f 100644
--- a/src/man/postgres.1
+++ b/src/man/postgres.1
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.13 1999/02/18 05:26:34 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/postgres.1,v 1.14 1999/03/17 22:53:31 momjian Exp $
.TH POSTGRESQL UNIX 12/08/96 PostgreSQL PostgreSQL
.SH NAME
postgres - the Postgres backend server
@@ -22,6 +22,9 @@ data_directory]
.BR "-F"
]
[\c
+.BR "-O"
+]
+[\c
.BR "-P"
filedes]
[\c
@@ -99,6 +102,9 @@ Disable automatic fsync() call after each transaction.
This option improves performance, but an operating system crash
while a transaction is in progress will probably cause data loss.
.TP
+.BR "-O"
+Override restrictions, so system table structures can be modified(pg_*).
+.TP
.BR "-P" " filedes"
.IR "filedes"
specifies the file descriptor that corresponds to the socket (port) on