Heitzso wrote: > SELECT county from ga_county where county like '139'; > returns immediately but > SELECT county, the_geom from ga_county where county like '139'; > hangs with CPU working madly away. This query doesnt use the GEOS library, so I expect this problem has nothing to do with it. dave