Re: Postgres friendly RegEx?

From: Jeremy Harris <jgh(at)wizmail(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres friendly RegEx?
Date: 2006-12-12 22:54:36
Message-ID: 457F332C.7050402@wizmail.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You don't give a pg version.....

It looks legal to me as of 8.1.

Try replacing all the "{0,1}" with "?" - but
check the manual for "regex_flavor" too.
Is there any chance you're in "basic" mode?

- Jeremy

Browse pgsql-general by date

  From Date Subject
Next Message Jon Asher 2006-12-12 23:01:15 Re: Postgres friendly RegEx?
Previous Message Tom Lane 2006-12-12 21:44:01 Re: Postgres friendly RegEx?