Re: REGEXP_REPLACE : How to use a column value in the regex

2020-03-17 Thread Bruce Momjian
On Mon, Feb 17, 2020 at 06:37:11AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/12/functions-matching.html > Description: > > The documentation doesn't talk about any regex syntax for using a col

REGEXP_REPLACE : How to use a column value in the regex

2020-02-17 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/functions-matching.html Description: The documentation doesn't talk about any regex syntax for using a column from the db in the pattern. There is no mention if this is NOT supported. All