Ticket #956 (closed task: fixed)

Opened 2 years ago

Last modified 15 months ago

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

Reported by: strk Owned by: strk
Priority: low Milestone: PostGIS 2.0.0
Component: topology Version: trunk
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

Changed 20 months ago by strk

  • priority changed from medium to low

Changed 15 months ago by strk

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

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

Note: See TracTickets for help on using tickets.