regcomp problems

From: "Romolo Manfredini" <romolo(at)bicnet(dot)it>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: regcomp problems
Date: 2001-03-21 14:58:58
Message-ID: 000a01c0b217$756f6340$3941a8c0@inbicnet.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dear postgresql developers,
I have found a small annoying bug in the SQL parser,

executing the following query;

select * from table where field ~* '*';

or

select * from table where field ~* '+';

generate the following error:

regcomp failed with error repetition-operator operand invalid

the postgres I'm using is 7.0.3 compiled on linux 2.2.18

Best regards,
Romolo Manfredini

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message danny 2001-03-21 15:05:27 Re: Encoding problem
Previous Message Tatsuo Ishii 2001-03-21 14:14:12 Re: Encoding problem