Re: add function argument names to regex* functions.

Robert Haas <robertmhaas@gmail.com>

From: Robert Haas <robertmhaas@gmail.com>
To: Chapman Flack <jcflack@acm.org>
Cc: "David G. Johnston" <david.g.johnston@gmail.com>, jian he <jian.universality@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, Peter Eisentraut <peter@eisentraut.org>, Dian Fay <di@nmfay.com>, Jim Nasby <jim.nasby@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-05-15T19:31:56Z
Lists: pgsql-hackers
On Wed, May 15, 2024 at 3:23 PM Chapman Flack <jcflack@acm.org> wrote:
> What would be wrong with that, for consistency's sake?

It was proposed and rejected upthread, but that's not to say that I
necessarily endorse the reasons given.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



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.