Re: Arrays in V1 calls

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Arrays in V1 calls
Дата
Msg-id 9659.1014852928@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Arrays in V1 calls  (mila boldareva <pierro@dds.nl>)
Список pgsql-novice
mila boldareva <pierro@dds.nl> writes:
> The column is an array of float8 with V1 method.
> I can't find the method to pick up the arguments-arrays,

deconstruct_array is the most general method, but for arrays of
fixed-size objects (like float8), you can cheat.  There are some
useful examples in the aggregate operators in utils/adt/float.c.

            regards, tom lane

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

Предыдущее
От: mila boldareva
Дата:
Сообщение: Arrays in V1 calls
Следующее
От: Jochen Kaechelin
Дата:
Сообщение: v7.2-rpms for SuSE7.3