On Mon, Apr 26, 2004 at 12:53:09PM -0600, Guy Fraser wrote: > Eventually the automatic purging of 'stale' data will be supported, > but hopefully it will be configurable to allow 'time travel' when > required, and allow for a reasonable time to be able to roll back > transactions. Well, you are saying two different things here: to garbage-collect automatically the database (rather than by manual VACUUMs), and to be able to UNDO transactions, effectively going back in time. The former is likely to be supported in some not-too-distant future, maybe hopefully the next release; the latter is not even planned, and in the past it has been disregarded as too costly. Not implementation time cost, mind you, but runtime cost. -- Alvaro Herrera (<alvherre[a]dcc.uchile.cl>) "Linux transformó mi computadora, de una `máquina para hacer cosas', en un aparato realmente entretenido, sobre el cual cada día aprendo algo nuevo" (Jaime Salinas) ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html