clarify Regular Expression Functions in 9.7.3. POSIX RegularExpressions

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема clarify Regular Expression Functions in 9.7.3. POSIX RegularExpressions
Дата
Msg-id 20180113152414.1423.72986@wrigleys.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: clarify Regular Expression functions
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Missing column_constraint explanation