Re: String matching - Mailing list pgsql-performance

From PFC
Subject Re: String matching
Date
Msg-id opsl7d8pkvth1vuj@musicbox
Whole thread Raw
In response to String matching  (Ivan Voras <ivoras@fer.hr>)
Responses Re: String matching  (Ivan Voras <ivoras@fer.hr>)
List pgsql-performance
    normally you shouldn't have to do anything, it should just work :

> select field from table where field like 'abc%'

CREATE INDEX ... ON table( field );

    that's all

    If it does not use the index, I saw on the mailing list that the locale
could be an issue.

pgsql-performance by date:

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