Re: Getting vacuum results

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Getting vacuum results
Date: 2005-09-14 01:08:06
Message-ID: 432777F6.2090106@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

OK from the stack trace I figured out that I had to add a permission to
java.policy.

FYI this doesn't work:

ResultSet rs = stmt.executeQuery("VACUUM VERBOSE profuser;");
SQLWarning warn = rs.getWarnings();

Kris Jurka wrote:
>
>
> On Tue, 13 Sep 2005, Joseph Shraibman wrote:
>
>> It's funny. Your test program works, but in my server I get this:
>>
>> Got SQLException: Something unusual has occured to cause the driver to
>> fail. Please report this exception.
>>
>
> What's the stacktrace coming from this?
>
> Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2005-09-14 02:27:33 Re: Getting vacuum results
Previous Message Joseph Shraibman 2005-09-14 00:49:31 Re: Getting vacuum results