Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9e387 commit d78f768Copy full SHA for d78f768
doc/src/sgml/config.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.108 2007/02/01 00:28:16 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.109 2007/02/08 03:56:42 momjian Exp $ -->
2
3
<chapter Id="runtime-config">
4
<title>Server Configuration</title>
@@ -1385,6 +1385,7 @@ SET ENABLE_SEQSCAN TO OFF;
1385
Not all of these choices are available on all platforms.
1386
The default is the first method in the above list that is supported
1387
by the platform.
1388
+ The <literal>open_</>* options also use <literal>O_DIRECT</> if available.
1389
This parameter can only be set in the <filename>postgresql.conf</>
1390
file or on the server command line.
1391
</para>
0 commit comments