Re: [GENERAL] Logging VACUUM activity

2005-03-14 Thread Jack Orenstein
Joshua D. Drake wrote: On Mon, 2005-03-14 at 17:12 -0500, [EMAIL PROTECTED] wrote: I'm using postgresql 7.4.6 on RH9. My application includes a long-running Java process responsible for database access. I'd like to have this Java process initiate a daily VACUUM and, one way or another, log VACUUM o

Re: [GENERAL] Logging VACUUM activity

2005-03-14 Thread Joshua D. Drake
On Mon, 2005-03-14 at 17:12 -0500, [EMAIL PROTECTED] wrote: > I'm using postgresql 7.4.6 on RH9. My application includes a > long-running Java process responsible for database access. I'd like to > have this Java process initiate a daily VACUUM and, one way or > another, log VACUUM output. > > - I

[GENERAL] Logging VACUUM activity

2005-03-14 Thread jao
I'm using postgresql 7.4.6 on RH9. My application includes a long-running Java process responsible for database access. I'd like to have this Java process initiate a daily VACUUM and, one way or another, log VACUUM output. - Is there some way to get VACUUM output via JDBC? - If not, how can I ge