vacuum - Mailing list pgsql-jdbc

From Chantal Ackermann
Subject vacuum
Date
Msg-id 02030817085801.13245@guffert
Whole thread Raw
Responses Re: vacuum
List pgsql-jdbc
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 by date:

Previous
From: Jeff Self
Date:
Subject: Re: PostgreSQL and MacOS X
Next
From: "Dave Cramer"
Date:
Subject: Re: vacuum