Opened 12 years ago

Closed 12 years ago

#1585 closed defect (fixed)

ST_Estimated_Extent() does not handle table name with upper case

Reported by: mbaudier Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: 1.5.X
Keywords: ST_Estimated_Extent Cc: aaime

Description

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

Change History (1)

comment:1 by pramsey, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in 1.5 at r9231 and trunk at r9230

Note: See TracTickets for help on using tickets.