Re: pg_select Equivalent in libpq

Поиск
Список
Период
Сортировка
От Christof Petig
Тема Re: pg_select Equivalent in libpq
Дата
Msg-id 3BA769C6.AF61644F@petig-baender.de
обсуждение исходный текст
Ответ на pg_select Equivalent in libpq  (Ecmel Ercan <ecmel@linux-turkey.com>)
Ответы Re: pg_select Equivalent in libpq
Список pgsql-interfaces
Ecmel Ercan wrote:

> At some point, I need to process each tuple returned by the PQexec
> SELECT query as soon as it is received.  (Actually I like to insert them
> in a table widget).
>
> But when I execute PQExec, all the SELECT result is fetched first.  I
> have a very big table so I need to insert each row as soon as they are
> fetched from the server.
>
> The pg_select function does this but it is in TCL library.
>
> How can I achive the same result in libpq?

I would recommend a cursor. But I don't know how to do that in pq (only
with ecpg)

Christof




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

Предыдущее
От: Ecmel Ercan
Дата:
Сообщение: pg_select Equivalent in libpq
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: pg_select Equivalent in libpq