As for VACUUM, that may be a different case. If it functions by rebuilding an entirely new database file, then that could also be a wrapper function. Moreover, if that's the case, then perhaps it should be renamed to REBUILD DATABASE, which would more accurately describe what it is doing. If VACUUM functions by editing the current database file in place, then it should probably be built in instead.
-- Darren Duncan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

