Re: WIP: index support for regexp search - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: WIP: index support for regexp search
Date
Msg-id CAPpHfduygsmDjmiX=9crav4Y=Nc4MVL1Yj-goWihJ38hgs+LxQ@mail.gmail.com
Whole thread Raw
In response to Re: WIP: index support for regexp search  (Alexander Korotkov <aekorotkov@gmail.com>)
List pgsql-hackers
On Fri, Jan 20, 2012 at 12:54 AM, Alexander Korotkov <aekorotkov@gmail.com> wrote:
On Fri, Jan 20, 2012 at 12:30 AM, Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:
Apart from that, the multibyte issue seems like the big one. Any way around that?
Conversion of pg_wchar to multibyte character is the only way I found to avoid serious hacking of existing regexp code. Do you think additional function in pg_wchar_tbl which converts pg_wchar back to multibyte character is possible solution?
Do you have any notes on it? I could make the patch which adds such function into core.

------
With best regards,
Alexander Korotkov.

pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: WIP: index support for regexp search
Next
From: "Erik Rijkers"
Date:
Subject: Re: WIP: index support for regexp search