Re: Getting vacuum results

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема Re: Getting vacuum results
Дата
Msg-id 432777F6.2090106@selectacast.net
обсуждение исходный текст
Ответ на Re: Getting vacuum results  (Kris Jurka <books@ejurka.com>)
Ответы Re: Getting vacuum results
Список 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 по дате отправления:

Предыдущее
От: Joseph Shraibman
Дата:
Сообщение: Re: Getting vacuum results
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Getting vacuum results