such a scan should include null rows. In practice this means that
indexes that support ordered scans (have amorderstrategy>
nonzero) must index nulls, since the planner might decide to use such a
- scan as a substitute for sorting. Another restriction is that an index
+ scan as a substitute for sorting. Such indexes must also be willing to
+ run a scan with no scan keys at all. Another restriction is that an index
access method that supports multiple index columns must>
support indexing null values in columns after the first, because the planner
will assume the index can be used for queries on just the first