From 58118db39dba592fad26d781b686f0d56c1ba649 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 17 Mar 1999 22:53:31 +0000 Subject: Add new postgres -O option to allow system table structure changes. --- src/man/postgres.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/man/postgres.1') 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 -- cgit v1.2.3