Re: docs: minor typo fix for "lower(anymultirange)"

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: docs: minor typo fix for "lower(anymultirange)"
Date: 2024-04-25 01:02:34
Message-ID: CAMbWs49QX_16-aU1BerUsoSTBGEaH9sQ=5OM6FwLxx03ueLHoA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Apr 25, 2024 at 8:40 AM Ian Lawrence Barwick <barwick(at)gmail(dot)com>
wrote:

> Hi
>
> Here:
>
>
> https://www.postgresql.org/docs/current/functions-range.html#MULTIRANGE-FUNCTIONS-TABLE
>
> the description for "lower(anymultirange)":
>
> > (NULL if the multirange is empty has no lower bound).
>
> is missing "or" and should be:
>
> > (NULL if the multirange is empty or has no lower bound).

Good catch! I checked the descriptions for "upper(anymultirange)",
"lower(anyrange)" and "upper(anyrange)", and they are all correct. We
should fix this one.

Thanks
Richard

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2024-04-25 01:25:36 Re: Cleanup: remove unused fields from nodes
Previous Message Jacob Champion 2024-04-25 00:57:21 Re: Experiments with Postgres and SSL