Out of memry with large result set

Поиск
Список
Период
Сортировка
От olivier.scalbert@algosyn.com
Тема Out of memry with large result set
Дата
Msg-id ca414d07-38bf-4d73-bd71-1d15251072a2@d1g2000hsg.googlegroups.com
обсуждение исходный текст
Ответы Re: Out of memry with large result set  (Klint Gore <kgore4@une.edu.au>)
Список pgsql-general
Hello,

I am doing a query via psql on a huge database, and I want to have its
output piped to other unix processes.
As the result set is very big, I've got: "out of memory for query
result".
How can I manage that, without playing with cursors, as I do not want
to change the sql query ?

Under mysql, I have the same issue, but by using: mysql -quick, I have
what I want.
Is there something equivalent under postgresql ? Or should I use
another clients ?

Thanks,

Olivier

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

Предыдущее
От: ken andrew
Дата:
Сообщение: Installing PostgreSQL without using CygWin
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: 8.3.3 Complie issue