regexp_replace 'g' flag

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-documentation <pgsql-docs(at)postgresql(dot)org>
Subject: regexp_replace 'g' flag
Date: 2013-09-06 00:37:44
Message-ID: 20130906003744.GF27195@momjian.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2013-09-06 00:51:02 Re: regexp_replace 'g' flag
Previous Message Bruce Momjian 2013-09-03 20:06:36 Re: Re: [BUGS] BUG #7722: extract(epoch from age(...)) appears to be broken