> On Tue, 2003-08-05 at 17:40, Christopher Browne wrote:
> > Unfortunately, a "configurable-via-tables" pg_autovacuum is also going
> > to be quite different from the current "unconfigurable" version.
You don't need to create actual tables - just use 'virtual' tables, like the
pg_settings one. That's all based off a set-returning-function. You can
use updates and inserts to manipulate internal data structures or
something...
Chris