Text,Citext column and Btree index

From: Viswanath <M(dot)Viswanath16(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Text,Citext column and Btree index
Date: 2016-09-01 07:34:56
Message-ID: 1472715296138-5918823.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
Why is a citext column not using Btree index for like operation even without
any wildcard character? It can use Btree index if there is no wildcard
character and if it is at the end right?
Also a text column is using index when there is no wildcard character,but it
is also not using if it is present at the end.

--
View this message in context: http://postgresql.nabble.com/Text-Citext-column-and-Btree-index-tp5918823.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vik Fearing 2016-09-01 07:57:37 Re: Text,Citext column and Btree index
Previous Message Gary Evans 2016-09-01 04:17:52 Re: Vacuum Full - Questions