Re: [HACKERS] TODO items for removal

2007-01-13 Thread Bruce Momjian
Thanks, removed. --- Simon Riggs wrote: These two items are complete in 8.2, IIRC Allow constraint_exclusion to work for UNIONs like it does for inheritance, allow it to work for UPDATE and DELETE statements, and

Re: [HACKERS] TODO items for removal

2007-01-13 Thread Neil Conway
On Fri, 2007-01-12 at 22:24 +, Simon Riggs wrote: This item was rejected by Tom, since a workaround exists Add estimated_count(*) to return an estimate of COUNT(*) This would use the planner ANALYZE statistics to return an estimated count.

[HACKERS] TODO items for removal

2007-01-12 Thread Simon Riggs
These two items are complete in 8.2, IIRC Allow constraint_exclusion to work for UNIONs like it does for inheritance, allow it to work for UPDATE and DELETE statements, and allow it to be used for all statements with little performance impact Fix memory leak from exceptions