Re: Minor typo in sentence saving visits to heap - Mailing list pgsql-docs

From Tom Lane
Subject Re: Minor typo in sentence saving visits to heap
Date
Msg-id 1637131.1670768499@sss.pgh.pa.us
Whole thread Raw
In response to Minor typo in sentence saving visits to heap  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs
PG Doc comments form <noreply@postgresql.org> writes:
> 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".

Doesn't seem like an improvement from here, especially not with one
eye on the non-heap table AMs that are being worked on.

            regards, tom lane



pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Getting started
Next
From: Laurenz Albe
Date:
Subject: Re: Getting started