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

doc/src/sgml/config.sgml

index 61851b1d62ae3585dff77a9ee8ca28e67bf6d9fa..a33e898d3d0f6272787dbcba84202e5a162d64c3 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>