Documentation mistake? - Mailing list pgsql-docs

From PG Doc comments form
Subject Documentation mistake?
Date
Msg-id 172979304162.700.15063986195610426211@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Documentation mistake?
Re: Documentation mistake?
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/17/indexes-bitmap-scans.html
Description:

In page https://www.postgresql.org/docs/current/indexes-bitmap-scans.html
написано следующее:
"Another example is that if we have separate indexes on x and y, one
possible implementation of a query like WHERE x = 5 AND y = 6 is to use each
index with the appropriate query clause and then AND together the index
results to identify the result rows".
You mean "WHERE x = 5 OR y = 6"?
result from index scan by x + result from index scan by y 
Thx.

pgsql-docs by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: "5.3. Identity Columns" Incorrect Usage of "VALUE" in Documentation
Next
From: Peter Smith
Date:
Subject: Re: Logical replication - initial data synchronization