Re: add function argument names to regex* functions.
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: jian he <jian.universality@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-12-27T22:25:05Z
Lists: pgsql-hackers
On 27.12.23 17:53, jian he wrote: > similar to [1], add function argument names to the following functions: > regexp_like, regexp_match,regexp_matches,regexp_replace, > regexp_substr,regexp_split_to_array,regexp_split_to_table,regexp_count Note that these functions are a quasi-standard that is shared with other SQL implementations. It might be worth looking around if there are already other implementations of this idea.
Commits
-
Doc: fix text's description of regexp_replace's arguments.
- da4017a694de 18.0 landed
-
Add argument names to the regexp_XXX functions.
- 580f8727ca93 18.0 landed
-
Add assorted new regexp_xxx SQL functions.
- 642433707358 15.0 cited