Re: Postgres 8.2 and setFetchSize

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Postgres 8.2 and setFetchSize
Дата
Msg-id 46F12374.6000905@opencloud.com
обсуждение исходный текст
Ответ на Re: Postgres 8.2 and setFetchSize  (Frédéric Houbie <fh@ionicsoft.com>)
Список pgsql-jdbc
Frédéric Houbie wrote:
> I have one more information, I tried the same code using my local Postgres database (on my XP, 8.2.4), it is working.
Whatcan I check on the server to see what's wrong ? 

> 2007-09-19 14:10:51.993  LOG:  duration: 0.000 ms  execute S_2/C_3: SELECT * FROM SValues

That's a different query to what you said before:

>       String q="SELECT a FROM SValues WHERE  Name = 'title'";

so you're not really running the same code, it seems.

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Postgres 8.2 and setFetchSize
Следующее
От: Frédéric Houbie
Дата:
Сообщение: Re: Postgres 8.2 and setFetchSize