Does Postgres support multiple table indexes? I want to update one tablewith data from another, but it's very slow because I have a rather bulkyWHERE clause. I was wondering if I could index the two tables together tomake execution faster.