Opened 13 years ago

Closed 12 years ago

#956 closed task (fixed)

SELECT (SRF()).* -> SELECT * FROM SRF()

Reported by: strk Owned by: strk
Priority: low Milestone: PostGIS 2.0.0
Component: topology Version: master
Keywords: Cc:

Description

I've discovered that calling:

SELECT (SRF())*;

Calls SRF() once for each column in output. As of version 8.4 this also happens if SRF() is defined as STABLE (didn't check the IMMUTABLE case).

It should be checked if ST_Dump suffers from this and carefully look for its uses (there should be a few in topology)

Change History (2)

comment:1 by strk, 13 years ago

Priority: mediumlow

comment:2 by strk, 12 years ago

Resolution: fixed
Status: newclosed

No more (SRF(..)).* as of r9165

Note: See TracTickets for help on using tickets.