> > I do: EXEC SQL VACUUM ANALYZE <table>;
> > But I get error: 'ERROR: VACUUM cannot run inside a transaction block'
>
> Turn on/off autocommit maybe?
> Or fake it with "EXEC SQL COMMIT; VACUUM ANALYZE" ? :)
Y try with that, but it doesn't work.
Any idea???