Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[]

From: "Joel Jacobson" <joel(at)compiler(dot)org>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[]
Date: 2021-03-05 12:42:19
Message-ID: c5d53776-137f-4971-8f5f-c7abe8d5ecbd@www.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Idea #5:

Allow disabling canonicalization via optional parameter to range constructor functions.

This would then allow using the range type,
to create inclusive/inclusive integer ranges,
where lower() and upper() would return what you expect.

/Joel

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexey Bashtanov 2021-03-05 12:42:55 Re: [patch] bit XOR aggregate functions
Previous Message Laurenz Albe 2021-03-05 12:38:32 Re: Confusing behavior of psql's \e