diff options
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 |