aboutsummaryrefslogtreecommitdiff
path: root/doc/man/postgres.1
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-09-26 16:49:09 +0000
committerBruce Momjian <bruce@momjian.us>1996-09-26 16:49:09 +0000
commit33b7d74c6ff01b9b023fe7c51cd95d60d87305d1 (patch)
tree6525bcdf1784fab4afabf839de8f5712b8a10b54 /doc/man/postgres.1
parent8f7756d7968383a1a8274c860e971706ea972996 (diff)
downloadpostgresql-33b7d74c6ff01b9b023fe7c51cd95d60d87305d1.tar.gz
postgresql-33b7d74c6ff01b9b023fe7c51cd95d60d87305d1.zip
Add fsync option to Postgres manual page.
Diffstat (limited to 'doc/man/postgres.1')
-rw-r--r--doc/man/postgres.110
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/man/postgres.1 b/doc/man/postgres.1
index e4931149c28..86c71590aea 100644
--- a/doc/man/postgres.1
+++ b/doc/man/postgres.1
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/doc/man/Attic/postgres.1,v 1.1.1.1 1996/08/18 22:14:26 scrappy Exp $
+.\" $Header: /cvsroot/pgsql/doc/man/Attic/postgres.1,v 1.2 1996/09/26 16:49:09 momjian Exp $
.TH POSTGRES95 UNIX 11/05/95 Postgres95 Postgres95
.SH NAME
postgres \(em the Postgres backend server
@@ -13,6 +13,9 @@ n_buffers]
.BR "-E"
]
[\c
+.BR "-F"
+]
+[\c
.BR "-P"
filedes]
[\c
@@ -63,6 +66,11 @@ allocate. This value defaults to 64.
.BR "-E"
Echo all queries.
.TP
+.BR "-F"
+Disbable 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 "-P" " filedes"
.IR "filedes"
specifies the file descriptor that corresponds to the socket (port) on