From: | Werner Echezuria <wercool(at)gmail(dot)com> |
---|---|
To: | Hans-Juergen Schoenig -- PostgreSQL <postgres(at)cybertec(dot)at> |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Bison crashes postgresql |
Date: | 2009-09-01 12:39:57 |
Message-ID: | 2485a25e0909010539l74287cf1r186f06a02fa6387f@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
The thing is I was in a project to develop a Fuzzy Database Management
System. We have to bring fuzzy logic to postgresql, there was a team
developing a software in java and the other developing in the
postgresql core. But I always think these were wrong, so I'm trying to
develop a library to do that, but I guess I'm moving forward, the bug
was solved and I have a google code project:
http://code.google.com/p/fuzzyquery/. Now I hope to give more features
and have a fully functional library.
2009/9/1 Hans-Juergen Schoenig -- PostgreSQL <postgres(at)cybertec(dot)at>:
> Andrew Dunstan wrote:
>>
>>
>> Werner Echezuria wrote:
>>>
>>> Hi, I have a code in which I translate some code from sqlf to sql, but
>>> when it comes to yy_parse the server crashes, I have no idea why,
>>> because it works fine in other situations.
>>>
>>
>> I don't understand why you're doing what you're doing this way. Wouldn't
>> it be better to patch the main postgres parser and make your functionality
>> first class rather than having it run via an SQL string and a function that
>> calls a secondary parser?
>>
>> cheers
>>
>> andrew
>>
>
> yes, this is the thing i had in mind as well.
> what is your ultimate goal?
>
> many thanks,
>
> hans
>
>
> --
> Cybertec Schoenig & Schoenig GmbH
> Reyergasse 9 / 2
> A-2700 Wiener Neustadt
> Web: www.postgresql-support.de
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2009-09-01 12:51:07 | Copy out wording |
Previous Message | Peter Eisentraut | 2009-09-01 11:20:36 | Re: Linux LSB init script |