Re: Another problem with indices? - Mailing list pgsql-general

From Tom Lane
Subject Re: Another problem with indices?
Date
Msg-id 14284.968688312@sss.pgh.pa.us
Whole thread Raw
In response to Another problem with indices?  (Zlatko Calusic <zlatko@iskon.hr>)
List pgsql-general
Zlatko Calusic <zlatko@iskon.hr> writes:
> but if I add one '/' before wildcard '%' (as I initially would like to
> do it):

> filedb=# select file from filenew where file like '/home/zcalusic/rcs/%';
>  file
> ------
> (0 rows)

> No rows???

Which Postgres version are you running, and in what LOCALE setting
on what platform?

Is there an index on filenew(file)?  If so, does dropping it change
the results?

            regards, tom lane

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Help! How to find the definition of a user-defined function
Next
From: Stephan Szabo
Date:
Subject: Re: problems with GRANT on Solaris 8