Opened 12 years ago

Closed 12 years ago

#1912 closed defect (fixed)

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 (2)

comment:1 by pramsey, 12 years ago

Milestone: PostGIS 1.5.5PostGIS 1.5.6

comment:2 by strk, 12 years ago

Resolution: fixed
Status: newclosed

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.