clarify Regular Expression Functions in 9.7.3. POSIX Regular Expressions

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: bgailer(at)gmail(dot)com
Subject: clarify Regular Expression Functions in 9.7.3. POSIX Regular Expressions
Date: 2018-01-13 15:24:14
Message-ID: 20180113152414.1423.72986@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-docs by date

  From Date Subject
Next Message Stephen Frost 2018-01-14 02:06:22 Re: Missing column_constraint explanation
Previous Message PG Doc comments form 2018-01-13 15:06:38 clarify Regular Expression functions