docs: minor typo fix for "lower(anymultirange)" - Mailing list pgsql-hackers

From Ian Lawrence Barwick
Subject docs: minor typo fix for "lower(anymultirange)"
Date
Msg-id CAB8KJ=i-rFQ=YcXztT3S5wS9SCfm+gQ+G6moO1JziHGSZ0gLwg@mail.gmail.com
Whole thread Raw
Responses Re: docs: minor typo fix for "lower(anymultirange)"
List pgsql-hackers
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).

Seems to have been omitted with 7539a1b2 (REL_16_STABLE + master).

Very minor issue, but I have seen it and can no longer unsee it.

Regards

Ian Barwick

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Use XLOG_CONTROL_FILE macro everywhere?
Next
From: Jacob Champion
Date:
Subject: Re: Experiments with Postgres and SSL