Cursor question

Поиск
Список
Период
Сортировка
От Tim Barnard
Тема Cursor question
Дата
Msg-id 006501c0e534$91cc0160$a519af3f@hartcomm.com
обсуждение исходный текст
Список pgsql-general
When retrieving the tuples from a select query using a cursor, are all of the matching tuples loaded into memory but only passed one at a time to the application using the cursor (I'm retrieving them with "fetch forward 1 in cursor" and using libpq)? Or is only each tuple loaded into memory, one at a time, with each fetch? I'm trying to figure out how much memory I'll need.
 
Tim
 

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

Предыдущее
От: Farid Hajji
Дата:
Сообщение: Re: Trouble with strange OUTER JOIN syntax
Следующее
От: Arcady Genkin
Дата:
Сообщение: Compilation fails --with-ssl on Solaris 8