vacuum
От
Chantal Ackermann
Тема
vacuum
Дата
Msg-id
02030817085801.13245@guffert
Список
Дерево обсуждения
vacuum Chantal Ackermann <chantal.ackermann@web.de>
Re: vacuum "Dave Cramer" <Dave@micro-automation.net>
Re: vacuum Chantal Ackermann <chantal.ackermann@web.de>
hello all, I try to call VACUUM ANALYZE through a PreparedStatement. As the logfile only lists debug messages for VACUUM that I start in psql I suspect that the the VACUUM in my java app is never called. Prepared Statement prepVacuumAnalyze = con.prepareStatement( "VACUUM ANALYZE" ); prepVacuumAnalyze.execute(); con.commit(); // auto commit is off Is it not possible to call such SQL commands in jdbc? thank you Chantal
В списке pgsql-jdbc по дате отправления