Re: regexp_replace 'g' flag

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: regexp_replace 'g' flag
Дата
Msg-id 20130906005102.GG27195@momjian.us
обсуждение исходный текст
Ответ на regexp_replace 'g' flag  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: regexp_replace 'g' flag  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
On Thu, Sep  5, 2013 at 08:37:44PM -0400, Bruce Momjian wrote:
> Why doesn't the 'g' flag appear in this table?
>
>     http://www.postgresql.org/docs/9.2/static/functions-matching.html#POSIX-EMBEDDED-OPTIONS-TABLE
>
> I see text here that says:
>
>     http://www.postgresql.org/docs/9.2/static/functions-matching.html#FUNCTIONS-POSIX-REGEXP
>     Other supported flags are described in Table 9-19.
>
> Seems 'g' should appear there too.

Is it because the table has generic pattern modififers and 'g' only is
relevant for regexp_replace?  I assume so.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +


В списке pgsql-docs по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: regexp_replace 'g' flag
Следующее
От: Tom Lane
Дата:
Сообщение: Re: regexp_replace 'g' flag