Re: [PATCH] proposal for regexp_count, regexp_instr, regexp_substr and regexp_replace

Gilles Darold <gillesdarold@gmail.com>

From: Gilles Darold <gillesdarold@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>, Chapman Flack <chap@anastigmatix.net>
Cc: Gilles Darold <gilles@darold.net>, er@xs4all.nl, pgsql-hackers@lists.postgresql.org
Date: 2021-03-21T16:46:47Z
Lists: pgsql-hackers

Attachments

Le 21/03/2021 à 15:53, Tom Lane a écrit :
> Chapman Flack <chap@anastigmatix.net> writes:
>> If this turns out to be a case of "attached the wrong patch, here's
>> the one that does implement foo_regex functions!" then I reserve an
>> objection to that. :)
>>

And the patch renamed.

Commits

  1. doc: More documentation on regular expressions and SQL standard

  2. Add assorted new regexp_xxx SQL functions.