Anyone have example C code for Asynchronous Command Processing?

Поиск
Список
Период
Сортировка
Искать
От
reina_ga@hotmail.com (Tony Reina)
Тема
Anyone have example C code for Asynchronous Command Processing?
Дата
Msg-id
272e4be7.0403080700.415ee6ac@posting.google.com
Список
Дерево обсуждения
Re: Anyone have example C code for Asynchronous Command Processing? "Tony and Bryn Reina" <reina_ga@hotmail.com>
I'm using libpq to dump some text files into a PostgreSQL database.
It's just a bunch of "INSERT INTO" calls, but they block one another
waiting for the INSERT command to return. I think I can speed things
up by using asynchronous command processing (e.g. PQsendQuery,
PQgetResult). It's hard to make sense of the asynchronous command
processing documentation without a concrete example.

Can anyone out there provide a simple C code snippet for how to use
the asynchronous command processing in libpq?

Thanks.
-Tony
В списке pgsql-novice по дате отправления
От: Tom Lane
Дата:
Сообщение: Re: dowloading source
От: Tom Lane
Дата:
FAQ