Minor typo in sentence saving visits to heap

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: louis(dot)xwkuang(at)gmail(dot)com
Subject: Minor typo in sentence saving visits to heap
Date: 2022-12-10 00:24:55
Message-ID: 167063189511.1901.8332207519290487949@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/15/indexes-multicolumn.html
Description:

In the documentation on
https://www.postgresql.org/account/comments/new/15/indexes-multicolumn.html/

```
Constraints on columns to the right of these columns are checked in the
index, so they save visits to the table proper, but they do not reduce the
portion of the index that has to be scanned.
```

"so they save visits to the table proper" should be "so they save visits to
the table heap".

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2022-12-10 18:46:47 Getting started
Previous Message David G. Johnston 2022-12-09 15:28:43 Re: Clarify note about DISTINCT and ORDER BY in aggregates