Postgres-XC 1.0.3 Documentation | ||||
---|---|---|---|---|
Prev | Fast Backward | Chapter 54. GIN Indexes | Fast Forward | Next |
Note: The following description applies both to Postgres-XC and PostgreSQL if not described explicitly.
GIN assumes that indexable operators are strict. This
means that extractValue
will not be called at all on a NULL
item value (instead, a placeholder index entry is created automatically),
and extractQuery
will not be called on a NULL query
value either (instead, the query is presumed to be unsatisfiable). Note
however that NULL key values contained within a non-null composite item
or query value are supported.