Re: Seq scan with a like operator - Mailing list pgsql-admin

From Peter Eisentraut
Subject Re: Seq scan with a like operator
Date
Msg-id 200407231654.33879.peter_e@gmx.net
Whole thread Raw
In response to Seq scan with a like operator  ("Jouneau Luc" <Luc.Jouneau@diamant.jouy.inra.fr>)
List pgsql-admin
Am Freitag, 23. Juli 2004 14:50 schrieb Jouneau Luc:
> I don't understand why with a like operator, PostgreSQL 7.4.2 does not
> behave the same as with an equal operator :

LIKE requires a different kind of index.  See
<http://www.postgresql.org/docs/7.4/static/indexes-opclass.html>.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: HELP ! With Money type
Next
From: "Jouneau Luc"
Date:
Subject: Re: Seq scan with a like operator