Document that wal_sync_method open_* methods use O_DIRECT, if available.
authorBruce Momjian <[email protected]>
Thu, 8 Feb 2007 03:57:52 +0000 (03:57 +0000)
committerBruce Momjian <[email protected]>
Thu, 8 Feb 2007 03:57:52 +0000 (03:57 +0000)
Backpatch to 8.2.X.

doc/src/sgml/config.sgml

index 9608f199fe0104c471951a6d29248c214218ee58..f8fa9c3c23c72dffdb963c0a8a14cf56d64daf10 100644 (file)
@@ -1385,6 +1385,7 @@ SET ENABLE_SEQSCAN TO OFF;
         Not all of these choices are available on all platforms.
         The default is the first method in the above list that is supported
         by the platform.
+        The <literal>open_</>* options also use <literal>O_DIRECT</> if available.
         This parameter can only be set in the <filename>postgresql.conf</>
         file or on the server command line.
        </para>