Re: Getting vacuum results - Mailing list pgsql-jdbc

From Joseph Shraibman
Subject Re: Getting vacuum results
Date
Msg-id 432777F6.2090106@selectacast.net
Whole thread Raw
In response to Re: Getting vacuum results  (Kris Jurka <books@ejurka.com>)
Responses Re: Getting vacuum results  (Kris Jurka <books@ejurka.com>)
List 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

pgsql-jdbc by date:

Previous
From: Joseph Shraibman
Date:
Subject: Re: Getting vacuum results
Next
From: Kris Jurka
Date:
Subject: Re: Getting vacuum results