Re: Partial Indices vs. mixing columns and functions

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Mike Mascari <mascarm(at)mascari(dot)com>, Martijn van Oosterhout <kleptog(at)svana(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: Partial Indices vs. mixing columns and functions
Date: 2001-07-17 01:52:36
Message-ID: 3B539A64.6FF9106@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
>
> Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> writes:
> > What kind of expression is allowed as the predicate now ?
>
> Anything that doesn't involve an aggregate or a subselect.
>
> (But what the planner can recognize as matching a query's
> WHERE clause is currently much more restricted, just ANDs
> and ORs of simple VAR OP CONST clauses. This could be
> improved in the future.)
>
> > Both the functions used in functional indexes and the
> > predicates used in partial indexes must be deterministic.
> > Are users responsible for it ?
>
> Yes. I don't see how the system could enforce that, without
> prohibiting lots of useful cases.
>

Shouldn't the functions be *cacheable* at least ?

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2001-07-17 03:08:51 Re: Partial Indices vs. mixing columns and functions
Previous Message Tom Lane 2001-07-17 01:45:32 Re: Partial Indices vs. mixing columns and functions