vacuum

From: Chantal Ackermann <chantal(dot)ackermann(at)web(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: vacuum
Date: 2002-03-08 16:08:58
Message-ID: 02030817085801.13245@guffert
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

  • Re: vacuum at 2002-03-08 17:16:47 from Dave Cramer

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-03-08 17:16:47 Re: vacuum
Previous Message Jeff Self 2002-03-08 15:51:21 Re: PostgreSQL and MacOS X