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

From: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: docs: minor typo fix for "lower(anymultirange)"
Date: 2024-04-25 00:39:47
Message-ID: CAB8KJ=i-rFQ=YcXztT3S5wS9SCfm+gQ+G6moO1JziHGSZ0gLwg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v1-0001-doc-fix-lower-anymultirange-description.patch text/x-patch 910 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2024-04-25 00:57:21 Re: Experiments with Postgres and SSL
Previous Message Michael Paquier 2024-04-25 00:04:26 Re: Use XLOG_CONTROL_FILE macro everywhere?