Re: Another problem with indices?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: zlatko(at)iskon(dot)hr
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Another problem with indices?
Date: 2000-09-11 16:05:12
Message-ID: 14284.968688312@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Zlatko Calusic <zlatko(at)iskon(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2000-09-11 16:12:53 Re: Help! How to find the definition of a user-defined function
Previous Message g 2000-09-11 15:12:08 Perl Procedures