On Fri, Jul 22, 2011 at 2:22 PM, Kevin Grittner
<kevin.gritt...@wicourts.gov> wrote:
> "Joshua D. Drake" <j...@commandprompt.com> wrote:
>> I personally think you are handwaving if you think we can
>> build out a robust parser in a couple of hours.
>
> I don't think so.  If you have a regular expression engine
> available, you should be able to get there by picking one of these
> and modifying:
>
> http://regexlib.com/DisplayPatterns.aspx?cattabindex=1&categoryId=2

Well, JD is talking about doing this client-side, so I don't think our
regex stuff would be available.  Still, the fact that you can even
write a regex for it means it can't be that hard.  It's usually pretty
darn straightforward to translate a regex into C code.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

-- 
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