Steve Atkins <[EMAIL PROTECTED]> writes: > [ much snipped ] > Vacuuming and analysing can be handled using the algorithms (and the code, > come to that) from pg_autovacuum.
Autovacuum will undoubtedly migrate into the core. I'm not sure how soon, or whether the end result will look much like the present contrib code, but everybody agrees that this is something we need for main-line development. Accordingly, I don't see the point in expending extra effort on this in a (hypothetical) embedded-like wrapper for PG. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match