Ticket #1912 (closed defect: fixed)

Opened 11 months ago

Last modified 8 months ago

ST_Estimated_Extent() does not handle table name with blank

Reported by: anwiba Owned by: pramsey
Priority: medium Milestone: PostGIS 1.5.6
Component: postgis Version: 1.5.X
Keywords: ST_Estimated_Extent Cc:

Description

ST_Estimated_Extent('public', 'sample name', 'geometry')

Error: ERROR: invalid name syntax

Where: SQL statement "SELECT has_table_privilege((SELECT usesysid FROM pg_user WHERE usename = session_user), 'public.sample name', 'select')"

SQLState: 42602 ErrorCode?: 0

Change History

Changed 9 months ago by pramsey

  • milestone changed from PostGIS 1.5.5 to PostGIS 1.5.6

Changed 8 months ago by strk

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

Works fine for me in 1.5 and 2.0 branches. Probably fixed at the same time that with #1585

Note: See TracTickets for help on using tickets.