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>, Dian Fay <di@nmfay.com>
Cc: Jim Nasby <jim.nasby@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-01-18T08:17:11Z
Lists: pgsql-hackers
On 10.01.24 15:18, jian he wrote:
> I put the changes into the new patch.

Reading back through the discussion, I wasn't quite able to interpret 
the resolution regarding Oracle compatibility.  From the patch, it looks 
like you chose not to adopt the parameter names from Oracle.  Was that 
your intention?




Commits

  1. Doc: fix text's description of regexp_replace's arguments.

  2. Add argument names to the regexp_XXX functions.

  3. Add assorted new regexp_xxx SQL functions.