Re: Minor error

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: krills_87(at)hotmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Minor error
Date: 2020-03-05 09:24:36
Message-ID: D1210E0C-8FB2-4535-A033-EC922847F8EB@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> On 28 Feb 2020, at 15:50, PG Doc comments form <noreply(at)postgresql(dot)org> wrote:
>
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/12/indexes-partial.html
> Description:
>
> A sentence on this page reads:
> "The system can recognize simple inequality implications, for example “x <
> 1” implies “x < 2”; otherwise the predicate condition must exactly match
> part of the query's WHERE condition or the index will not be recognized as
> usable."
>
> I think it's supposed to read ..."x <=1" implies "x < 2"... ?

Why do you think that? x < 1 clearly implies x < 2 so I don't see what is wrong.

cheers ./daniel

In response to

  • Minor error at 2020-02-28 14:50:58 from PG Doc comments form

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2020-03-06 02:29:12 Re: Incomplete or misleading explanation of the data types for mathematical operators
Previous Message Michael Paquier 2020-03-05 07:50:26 Re: ALTER TABLE syntax incomplete