[postgis-devel] [PostGIS] #1585: ST_Estimated_Extent() does not handle table name with upper case
PostGIS
trac at osgeo.org
Fri Feb 17 12:16:20 PST 2012
#1585: ST_Estimated_Extent() does not handle table name with upper case
---------------------------------+------------------------------------------
Reporter: mbaudier | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: 1.5.X
Keywords: ST_Estimated_Extent |
---------------------------------+------------------------------------------
select AsText(Envelope(ST_Estimated_Extent('public', 'Contours',
'the_geom')));
ERROR: relation "public.contours" does not exist
CONTEXT: SQL statement "SELECT has_table_privilege((SELECT usesysid FROM
pg_user WHERE usename = session_user), 'public.Contours', 'select')"
see
https://jira.codehaus.org/browse/GEOT-3621?page=com.atlassian.jira.plugin.system.issuetabpanels
:comment-tabpanel&focusedCommentId=292048#comment-292048
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1585>
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-devel
mailing list