> I think you need to enable or disable autocommit somehow.
> Or if ECPG has some function to execute the vacuum without begin/commit.
> I'm not familiar with ECPG, so i don't have any other ideas...
I set autocommit to on and off, but did not work.
I'm looking for Vacuum and ECPG in the documentation, but I don't find
anything.
I know in ECPG only I can execute sql statement with EXEC SQL ... it's
correct?