Re: conditional indexes - Mailing list pgsql-bugs

From Hubert Lubaczewski
Subject Re: conditional indexes
Date
Msg-id 20030625115030.685bd11a.hubert.lubaczewski@eo.pl
Whole thread Raw
In response to conditional indexes  (Ruslan A Dautkhanov <rusland@scn.ru>)
List pgsql-bugs
On Wed, 25 Jun 2003 17:33:27 +0800
Ruslan A Dautkhanov <rusland@scn.ru> wrote:

> Postgres start to use conditional index only when I also pass index'
> condition:
>     login='user' AND login<>'' ...

i belive it's pretty rational when you'll think that you can have your own operators which does something else, and
allowingpostgres to treat conditional indices the way you'd like them to behave, would require to put lot of really
nastyworkarounds. 

just my point of view, though.

depesz

--

pgsql-bugs by date:

Previous
From: Ruslan A Dautkhanov
Date:
Subject: conditional indexes
Next
From: Ruslan A Dautkhanov
Date:
Subject: Re: conditional indexes