Re: Problems with PostGreSQL and Windows 2003

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Problems with PostGreSQL and Windows 2003
Дата
Msg-id 20071125162121.GC32482@svana.org
обсуждение исходный текст
Ответ на Re: Problems with PostGreSQL and Windows 2003  (claudia.amorim@pcinformatica.com.br)
Ответы Re: Problems with PostGreSQL and Windows 2003
Список pgsql-general
On Sun, Nov 25, 2007 at 10:38:31AM -0200, claudia.amorim@pcinformatica.com.br wrote:
> Hello,
>
> I changeded shared buffers to 256 MB. But I still receiving the error message.
> So I changed to 128 MB, and I received the error again.
> I'm using a cursor via ODBC.

Are you using a cursor, because it certainly doesn't look like you're
using a cursor, just a plain select. Which probably means youre client
side is running out of memory.

So, check you're using a cursor. Or just limit the output to however
many rows you actually want.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Those who make peaceful revolution impossible will make violent revolution inevitable.
>  -- John F Kennedy

Вложения

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

Предыдущее
От: claudia.amorim@pcinformatica.com.br
Дата:
Сообщение: Re: Problems with PostGreSQL and Windows 2003
Следующее
От: claudia.amorim@pcinformatica.com.br
Дата:
Сообщение: Re: Problems with PostGreSQL and Windows 2003