| От | PG Doc comments form |
|---|---|
| Тема | Clarity in partial index example. |
| Дата | |
| Msg-id | 155432280882.722.12392985690846288230@wrigleys.postgresql.org обсуждение |
| Ответы |
Re: Clarity in partial index example.
|
| Список | pgsql-docs |
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/indexes-partial.html Description: The example illustrating when a partial index can and cannot be used is a little misleading. The query which can use the partial index is: SELECT * FROM access_log WHERE url = '/index.html' AND client_ip = inet '212.78.10.32'; and the query which can't use the partial index is: SELECT * FROM access_log WHERE client_ip = inet '192.168.100.23'; Maybe I am misunderstanding the concept here but url = '/index.html' doesn't have any effect on this? If that's the case I would suggest either removing it from the first query or adding it to the second query.
В списке pgsql-docs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера