clarify Regular Expression Functions in 9.7.3. POSIX RegularExpressions - Mailing list pgsql-docs

From PG Doc comments form
Subject clarify Regular Expression Functions in 9.7.3. POSIX RegularExpressions
Date
Msg-id 20180113152414.1423.72986@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/functions-matching.html
Description:

Example: 

(as a heading) regexp_replace 
The regexp_replace function provides ... patterns.

Syntax:  regexp_replace(source, pattern, replacement [, flags ]). 

Operation: The source string ... replacement text. 

Flags: optional text ... behavior. 

Flag g specifies ...

Other flags are described in Table 9.22.

I see no need to explicitly specify flag i, as it is in the Table. 



pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: clarify Regular Expression functions
Next
From: Stephen Frost
Date:
Subject: Re: Missing column_constraint explanation