Binary cursors and arrays

Поиск
Список
Период
Сортировка
От Llew
Тема Binary cursors and arrays
Дата
Msg-id ar3aqi$149$1@news.hub.org
обсуждение исходный текст
Список pgsql-interfaces
I am trying to retrieve data using a binary cursor using libpq but I cannot
seem to find where the data is stored:

I execute the following

create temp table t_1( a integer[]);
copy t_1 from stdin;
{8}
\.
begin;
declare c_1 binary cursor from select * from t_1;
fetch from c_1;

The first four bytes seem to show the dimensions of the array. How do I get
at the data>
Thanks
Leo




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

Предыдущее
От:
Дата:
Сообщение: Binary cursors and arrays
Следующее
От: "frank_lupo"
Дата:
Сообщение: sorry for error link psqlvbs