From 8149029162b097adf667ae329cf47f75dbb3d943 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Tue, 20 Apr 2004 12:53:28 +0000
Subject: Improve IS NULL partial index wording.
---
doc/src/sgml/ref/create_index.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml
index 43583df54d5..bfde61ee6c7 100644
--- a/doc/src/sgml/ref/create_index.sgml
+++ b/doc/src/sgml/ref/create_index.sgml
@@ -1,5 +1,5 @@
@@ -77,7 +77,7 @@ CREATE [ UNIQUE ] INDEX name ON
- Indexes can not be used with IS NULL> clauses by default.
+ Indexes are not used for IS NULL> clauses by default.
The best way to use indexes in such cases is to create a partial index
using an IS NULL> comparison.
--
cgit v1.2.3