[postgis-tickets] [PostGIS] #3093: st_estimatedextent error with mixed case table names
PostGIS
trac at osgeo.org
Mon Mar 30 01:42:06 PDT 2015
#3093: st_estimatedextent error with mixed case table names
----------------------+-----------------------------------------------------
Reporter: lpercich | Owner: pramsey
Type: defect | Status: new
Priority: low | Milestone: PostGIS 2.1.7
Component: postgis | Version: 2.1.x
Keywords: |
----------------------+-----------------------------------------------------
issuing
select st_estimatedextent('loader','AnagraficaStrade','geom')
yields the following error:
ERROR: relation "loader.anagraficastrade" does not exist
While if I call
select st_estimatedextent('loader','"AnagraficaStrade"','geom')
I get the expected BBOX.
I would expect passing the layer name to the function without double
quotes.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3093>
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