> However, Martin's other comment about only using a single index is incorrect. > Postgres can use multiple indexes per query, so it's often good practace to > put indexes on every column that might ever be used in a WHERE clause. > -- > Bill Moran <wmoran@xxxxxxxxxxxxxxxxx> That's very useful to know! Martin.