Re: C Function returning a tuple with a float4 array as column

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: C Function returning a tuple with a float4 array as column
Дата
Msg-id 26366.1291649616@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: C Function returning a tuple with a float4 array as column  (Tim <tim.child@comcast.net>)
Ответы Re: C Function returning a tuple with a float4 array as column
Список pgsql-novice
Tim <tim.child@comcast.net> writes:
>   So  re-phrasing  my question what  would the code sequence look like
> to return a  single  composite type, that contained 1 or more arrays?

If that's where you want to go, then just go there.  The
single-column-result case is different from the multi-column-result
case, and I think your code is already correct for the latter (barring
the PointerGetDatum issue).

            regards, tom lane

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

Предыдущее
От: mike@if-then-else.pl
Дата:
Сообщение: Re: Duplicate data within tables
Следующее
От: Tim
Дата:
Сообщение: Re: C Function returning a tuple with a float4 array as column