[postgis-tickets] [PostGIS] #2543: invalid join selectivity error from simple query

PostGIS trac at osgeo.org
Tue Nov 12 15:24:08 PST 2013


#2543: invalid join selectivity error from simple query
--------------------------+-------------------------------------------------
 Reporter:  paulfriedman  |       Owner:  pramsey      
     Type:  defect        |      Status:  new          
 Priority:  high          |   Milestone:  PostGIS 2.1.1
Component:  postgis       |     Version:  2.1.x        
 Keywords:                |  
--------------------------+-------------------------------------------------
Changes (by paulfriedman):

  * priority:  blocker => high


Comment:

 Workaround by

 renaming ca_region to ca_region_old

 and doing create table ca_region as select * from ca_region_old;

 Query worked fine then.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2543#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list