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 8b10da1 commit 8149029Copy full SHA for 8149029
doc/src/sgml/ref/create_index.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/create_index.sgml,v 1.46 2004/04/20 04:25:47 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_index.sgml,v 1.47 2004/04/20 12:53:28 momjian Exp $
3
PostgreSQL documentation
4
-->
5
@@ -77,7 +77,7 @@ CREATE [ UNIQUE ] INDEX <replaceable class="parameter">name</replaceable> ON <re
77
</para>
78
79
<para>
80
- Indexes can not be used with <literal>IS NULL</> clauses by default.
+ Indexes are not used for <literal>IS NULL</> clauses by default.
81
The best way to use indexes in such cases is to create a partial index
82
using an <literal>IS NULL</> comparison.
83
0 commit comments