Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes
Дата
Msg-id 199804290835.KAA05842@gauss.topsystem.de
обсуждение исходный текст
Ответ на Revised proposal for libpq and FE/BE protocol changes  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Revised proposal for libpq and FE/BE protocol changes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane writes:
> I propose to revise libpq and modify the frontend/backend protocol
> to provide the following benefits:
>  * Provide a clean way of reading multiple results from a single query
>    string.  Among other things, this solves the problem of allowing a
>    single query to return several result sets with different descriptors.

Does this mean I can read in a complete C array with one call? I mean
something like this:

char emp_name[10][10];

exec sql select name into :emp_name from emp;

But then I didn't see anything like this in your examples. Do I have to
iterate using PQgetResult then?

Michael
--
Dr. Michael Meskes, Project-Manager    | topsystem Systemhaus GmbH
meskes@topsystem.de                    | Europark A2, Adenauerstr. 20
meskes@debian.org                      | 52146 Wuerselen
Go SF49ers! Go Rhein Fire!             | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux!                  | Fax: (+49) 2405/4670-10

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

Предыдущее
От: Peter Mount
Дата:
Сообщение: RE: [INTERFACES] Revised proposal for libpq and FE/BE protocol changes
Следующее
От: Michael Meskes
Дата:
Сообщение: ANSI error messages