Re: citext like query and index usage
От | Tore Halvorsen |
---|---|
Тема | Re: citext like query and index usage |
Дата | |
Msg-id | 50e97fa70909221158h360a4abeoe1000d29a36fb41e@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: citext like query and index usage (Alvaro Herrera <alvherre@commandprompt.com>) |
Ответы |
Re: citext like query and index usage
|
Список | pgsql-general |
On Tue, Sep 22, 2009 at 8:49 PM, Alvaro Herrera <alvherre@commandprompt.com> wrote: > Tore Halvorsen escribió: >> Hi, >> >> Is it possible to use an index for like queries on a citext column? >> I'm using pg 8.4.1 on windows - with no changes to the default configuration. >> >> For example: >> >> CREATE TABLE test ( citext citext NOT NULL ); >> INSERT INTO test select md5(random()::text) FROM generate_series(0, 1000000, 1); >> CREATE INDEX test_citext_idx ON test USING btree(citext); > > Hmm, I think this needs one of the *_pattern_ops indexes. I'm not sure > if you can use the builtin ones with citext though. Yeah, I started looking at something like that - sadly after I sent my mail. Looks like I'm stuck with lower(text_col) for now... Thanks anyway :) -- Eld på åren og sol på eng gjer mannen fegen og fjåg. [Jøtul] <demo> 2009 Tore Halvorsen || +052 0553034554
В списке pgsql-general по дате отправления: