Re: conditional indexes

From: Hubert Lubaczewski <hubert(dot)lubaczewski(at)eo(dot)pl>
To: Ruslan A Dautkhanov <rusland(at)scn(dot)ru>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: conditional indexes
Date: 2003-06-25 09:50:30
Message-ID: 20030625115030.685bd11a.hubert.lubaczewski@eo.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, 25 Jun 2003 17:33:27 +0800
Ruslan A Dautkhanov <rusland(at)scn(dot)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 allowing postgres to treat conditional indices the way you'd like them to behave, would require to put lot of really nasty workarounds.

just my point of view, though.

depesz

--

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ruslan A Dautkhanov 2003-06-25 10:29:36 Re: conditional indexes
Previous Message Ruslan A Dautkhanov 2003-06-25 09:33:27 conditional indexes