Re: patch adding new regexp functions - Mailing list pgsql-patches

From Jeremy Drake
Subject Re: patch adding new regexp functions
Date
Msg-id Pine.BSO.4.64.0702101605450.28908@resin.csoft.net
Whole thread Raw
In response to Re: patch adding new regexp functions  (Jeremy Drake <pgsql@jdrake.com>)
Responses Re: patch adding new regexp functions
List pgsql-patches
I noticed in the documentation that you added indexterms for the
functions, but that they (along with the existing ones) are in the SIMILAR
TO regular expression section.  These functions do not take SIMILAR TO
regular expressions, but POSIX regular expressions, so I moved them to
that section in this patch, and also moved the regexp_replace indexterm
there also, since it also uses POSIX regular expressions.

--
10.0 times 0.1 is hardly ever 1.0.

Attachment

pgsql-patches by date:

Previous
From: Jeremy Drake
Date:
Subject: Re: patch adding new regexp functions
Next
From: Michael Meskes
Date:
Subject: Re: patch for ECPG (BUG #2956: ECPG does not treat multibyte characters correctly.)