diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/wal.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 4b6ef283c1c..01f7379ebb3 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -108,7 +108,8 @@ <literal>open_datasync</literal> (the default), write caching can be disabled by unchecking <literal>My Computer\Open\<replaceable>disk drive</replaceable>\Properties\Hardware\Properties\Policies\Enable write caching on the disk</literal>. Alternatively, set <varname>wal_sync_method</varname> to - <literal>fsync</literal> or <literal>fsync_writethrough</literal>, which prevent + <literal>fdatasync</literal> (NTFS only), <literal>fsync</literal> or + <literal>fsync_writethrough</literal>, which prevent write caching. </para> </listitem> |
