Andrew Dunstan <and...@dunslane.net> writes:
> Tom Lane wrote:
>> Is this demonstrable, or just speculation?  The incompatibilities
>> between ARE mode and (legal) ERE patterns are pretty darn small.

> It's explicitly documented. Whether or not there is a good basis for the 
> documentation I can't yet say. If that's going to be influential I will 
> dig deeper.

Our fine manual asserts that the only such incompatibility is that
inside square brackets (character alternative lists), ERE mode takes
backslash as an ordinary character while ARE mode thinks it begins an
escape.  Given the additional capabilities afforded by the latter
interpretation, and that every other modern regex engine on the planet
takes the latter approach *without* giving you any option, it doesn't
seem too unreasonable to ask OpenACS to join the twenty-first century
...

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to