Re: String matching - Mailing list pgsql-performance

From Stephan Szabo
Subject Re: String matching
Date
Msg-id 20050214124119.C4920@megazone.bigpanda.com
Whole thread Raw
In response to Re: String matching  (Ivan Voras <ivoras@fer.hr>)
Responses Re: String matching
List pgsql-performance
On Mon, 14 Feb 2005, Ivan Voras wrote:

> PFC wrote:
> >
> >     normally you shouldn't have to do anything, it should just work :
> >
> >> select field from table where field like 'abc%'
>
> >     If it does not use the index, I saw on the mailing list that the
> > locale  could be an issue.
>
> Oh yes, I forgot about that :( I do have LC_COLLATE (on latin2)...
>
> It's a shame PostgreSQL doesn't allow collation rules on specific fields
> - this field I'm using here will always be 7bit ASCII :(

You can also create an index using a <typename>_pattern_ops operator
class which should be usable even with other collations.


pgsql-performance by date:

Previous
From: Ivan Voras
Date:
Subject: Re: String matching
Next
From: Ivan Voras
Date:
Subject: Re: String matching