Add fsync option to Postgres manual page.

This commit is contained in:
Bruce Momjian 1996-09-26 16:49:09 +00:00
parent 8f7756d796
commit 33b7d74c6f
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" 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 .TH POSTGRES95 UNIX 11/05/95 Postgres95 Postgres95
.SH NAME .SH NAME
postgres \(em the Postgres backend server postgres \(em the Postgres backend server
@ -13,6 +13,9 @@ n_buffers]
.BR "-E" .BR "-E"
] ]
[\c [\c
.BR "-F"
]
[\c
.BR "-P" .BR "-P"
filedes] filedes]
[\c [\c
@ -63,6 +66,11 @@ allocate. This value defaults to 64.
.BR "-E" .BR "-E"
Echo all queries. Echo all queries.
.TP .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" .BR "-P" " filedes"
.IR "filedes" .IR "filedes"
specifies the file descriptor that corresponds to the socket (port) on specifies the file descriptor that corresponds to the socket (port) on