Re: So do we really *need* those substring() ops in tab-completion queries?

From: Greg Stark <gsstark(at)mit(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: So do we really *need* those substring() ops in tab-completion queries?
Date: 2010-01-03 03:06:50
Message-ID: 407d949e1001021906jfe6c888ie6212939706fd745@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jan 3, 2010 at 1:21 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>  If the conditions
> were phrased in a way that made them indexable, they might be worth the
> trouble --- but they aren't.

Wow, that is weird, especially since it's *easier* to write them
properly using LIKE anyways.

--
greg

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hitoshi Harada 2010-01-03 03:40:54 Re: IntArray in c.h
Previous Message Andrew Dunstan 2010-01-03 01:51:22 Re: invalid UTF-8 via pl/perl