Skip to content

Commit 33b7d74

Browse files
committed
Add fsync option to Postgres manual page.
1 parent 8f7756d commit 33b7d74

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/man/postgres.1

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" XXX standard disclaimer belongs here....
3-
.\" $Header: /cvsroot/pgsql/doc/man/Attic/postgres.1,v 1.1.1.1 1996/08/18 22:14:26 scrappy Exp $
3+
.\" $Header: /cvsroot/pgsql/doc/man/Attic/postgres.1,v 1.2 1996/09/26 16:49:09 momjian Exp $
44
.TH POSTGRES95 UNIX 11/05/95 Postgres95 Postgres95
55
.SH NAME
66
postgres \(em the Postgres backend server
@@ -13,6 +13,9 @@ n_buffers]
1313
.BR "-E"
1414
]
1515
[\c
16+
.BR "-F"
17+
]
18+
[\c
1619
.BR "-P"
1720
filedes]
1821
[\c
@@ -63,6 +66,11 @@ allocate. This value defaults to 64.
6366
.BR "-E"
6467
Echo all queries.
6568
.TP
69+
.BR "-F"
70+
Disbable automatic fsync() call after each transaction.
71+
This option improves performance, but an operating system crash
72+
while a transaction is in progress will probably cause data loss.
73+
.TP
6674
.BR "-P" " filedes"
6775
.IR "filedes"
6876
specifies the file descriptor that corresponds to the socket (port) on

0 commit comments

Comments
 (0)