> 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





-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to