Charlie Savage <[EMAIL PROTECTED]> writes: > Sorry, mistyped the query causing the problem. It is:
> select * > from maps, features > where maps.query @@ features.tags_vector; In that case it's fair to ask what query values you have stored in maps. In particular I imagine that you'll find that a specific query is causing the problem ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match