[postgis-tickets] [PostGIS] #2834: ST_Estimated_Extent and mixedCase table names

PostGIS trac at osgeo.org
Thu Jul 10 15:36:32 PDT 2014


#2834: ST_Estimated_Extent and mixedCase table names
----------------------+-----------------------------------------------------
 Reporter:  pramsey   |       Owner:  pramsey      
     Type:  defect    |      Status:  new          
 Priority:  critical  |   Milestone:  PostGIS 2.1.4
Component:  postgis   |     Version:  2.1.x        
 Keywords:            |  
----------------------+-----------------------------------------------------
 In 2.0, this worked
 {{{
 select st_estimated_extent('public','BigCountry','geom');
 }}}
 In 2.1 it does not work, but this works
 {{{
 select st_estimated_extent('public','"BigCountry"','geom');
 }}}
 so I accidentally changed the contract when working on the estimation
 code. Absent anyone complaining, I'd like to revert the behavior to 2.0
 behavior so old client code doesn't need to be altered.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2834>
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