# 66.6. 限制

GIN 假定可索引運算子是嚴格的。這意味著將根本不對 null 值呼叫 extractValue（相反地，將自動建立 placeholder 索引項目），並且也將不對 null 查詢值呼叫 extractQuery（相反地，假定查詢將無法滿足要求） 。 但是請注意，支援包含在非 null 組合項目或查詢值中的 null 鍵值。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.postgresql.tw/12/internals/gin-indexes/limitations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
