File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" 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 $
4
4
.TH POSTGRES95 UNIX 11/05/95 Postgres95 Postgres95
5
5
.SH NAME
6
6
postgres \(em the Postgres backend server
@@ -13,6 +13,9 @@ n_buffers]
13
13
.BR " -E"
14
14
]
15
15
[\c
16
+ .BR " -F"
17
+ ]
18
+ [\c
16
19
.BR " -P"
17
20
filedes]
18
21
[\c
@@ -63,6 +66,11 @@ allocate. This value defaults to 64.
63
66
.BR " -E"
64
67
Echo all queries.
65
68
.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
66
74
.BR " -P" " filedes"
67
75
.IR " filedes"
68
76
specifies the file descriptor that corresponds to the socket (port) on
You can’t perform that action at this time.
0 commit comments