Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#783 closed enhancement (fixed)

topology: add On commit to the temporary tables

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

Description

In the trunk/topology/topology.sql.in.c

I think would be good to add "ON COMMIT DROP" to the create TEMP Tables. So it would be dropped on exit from function.

I don't know if this is available in early versions of postgres.

Change History (2)

comment:1 by strk, 13 years ago

Resolution: fixed
Status: newclosed

Fixed by r6668

comment:2 by strk, 13 years ago

for the record, "ON COMMIT DROP" is surely available as of 8.3, which is the minimum requirement for postgis nowadays.

Note: See TracTickets for help on using tickets.