id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 1797,validatetopology error when asking for column names,jomarlla,strk,"Something is going wrong with the create temp table when one try to use select (validatetopology ('t1')).*; This is ok. {{{ s9=# select validatetopology ('t1'); validatetopology ------------------ (0 rows) }}} now the error: {{{ s9=# select (validatetopology ('t1')).*; ERROR: relation ""face_check"" already exists CONTEXT: SQL statement ""CREATE TEMP TABLE face_check ON COMMIT DROP AS SELECT face_id, topology.ST_GetFaceGeometry('t1', face_id) as geom, mbr FROM t1.face WHERE face_id > 0"" PL/pgSQL function ""validatetopology"" line 204 at EXECUTE statement }}} ",defect,closed,low,PostGIS 2.0.1,topology,2.0.x,fixed,,