On Mon, Oct 16, 2006 at 09:13:15PM +0100, Jeremy Harris wrote: > Does this error mean anything to anyone? Tom? > > DBD::Pg::st execute failed: ERROR: parser: parse error at or near > "OPTIMIZE" at character 1 at > /usr/local/exilog/bin/../Exilog/exilog_sql.pm line 201.
OPTIMIZE TABLE is a MySQL extension; it's not supported in PostgreSQL (though maybe look into the VACUUM commands). -- ``... one square paving slab, two feet by three feet...'' (classified advert) -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
