Re: [HACKERS] Broken select on regular expression !!!

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: t-ishii(at)sra(dot)co(dot)jp, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Constantin Teodorescu <teo(at)flex(dot)ro>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Broken select on regular expression !!!
Date: 1999-05-21 05:04:23
Message-ID: 199905210504.OAA11671@srapc451.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>Again very clear, and caused by the indexing of regex's, as you suggest.
>I can easily look for '|' in the string, and skip the optimization. Is
>that the only special case I need to add?

What about '{' ?
---
Tatsuo Ishii

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 1999-05-21 05:08:52 Re: [HACKERS] Broken select on regular expression !!!
Previous Message Bruce Momjian 1999-05-21 04:39:55 Re: [HACKERS] Broken select on regular expression !!!