Re: About "Our CLUSTER implementation is pessimal" patch - Mailing list pgsql-hackers

From Leonardo F
Subject Re: About "Our CLUSTER implementation is pessimal" patch
Date
Msg-id 914351.31291.qm@web29018.mail.ird.yahoo.com
Whole thread Raw
In response to Re: About "Our CLUSTER implementation is pessimal" patch  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
> Consider multi-column indexes, ie:
> CREATE INDEX i_foo ON foo (length(a), length(b));


Ok, I've never thought of expression indexes that way
(in the (expr1,expr2,exprN) form): that is a good example.

> Maybe you're confusing expression indexes with partial indexes?

No no, that was exactly what I needed to know.


Thank you very much

Leonardo






pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: [BUG?] strange behavior in ALTER TABLE ... RENAME TO on inherited columns
Next
From: Magnus Hagander
Date:
Subject: Re: Patch: psql \whoami option