Ticket #1585 (closed defect: fixed)

Opened 15 months ago

Last modified 15 months ago

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

Changed 15 months ago by pramsey

  • status changed from new to closed
  • resolution set to fixed

Fixed in 1.5 at r9231 and trunk at r9230

Note: See TracTickets for help on using tickets.