Re: [SQL] postgres 6.3.2 and regexp

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bill Brandt <brandtwr-pgsql(at)draaw(dot)net>
Cc: pgsql-sql(at)hub(dot)org
Subject: Re: [SQL] postgres 6.3.2 and regexp
Date: 1999-04-19 13:38:15
Message-ID: 3288.924529095@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Bill Brandt <brandtwr-pgsql(at)draaw(dot)net> writes:
> This may have been dealt with before, but I'm encountering a problem
> with regexp selects in postgres 6.3.2. Is this a known bug?
> ERROR: regcomp failed with error repetition-operator operand invalid
> This happens anytime the text has a * as the first character.

No bug there. Better go reread the documentation about regular
expressions again. (Hint: they're not the same as shell wildcards.)

regards, tom lane

Browse pgsql-sql by date

  From Date Subject
Next Message Michael J Davis 1999-04-19 15:16:42 RE: [SQL] OUTER JOINS
Previous Message Dan Janowski 1999-04-19 13:26:43 Re: [SQL] OUTER JOINS