Opened 13 years ago
Closed 13 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')"
Note:
See TracTickets
for help on using tickets.
Fixed in 1.5 at r9231 and trunk at r9230