diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-03-17 22:53:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-03-17 22:53:31 +0000 |
commit | 58118db39dba592fad26d781b686f0d56c1ba649 (patch) | |
tree | a59a5900f1f1385c1b2cd9d49bffe8ced1b69a29 /src/man/postgres.1 | |
parent | 62a7754e1ae2d817f87594eeae549a82097d8693 (diff) | |
download | postgresql-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.1 | 8 |
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 |