Re: C Function Question

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: C Function Question
Дата
Msg-id 7312.1013445606@sss.pgh.pa.us
обсуждение исходный текст
Ответ на C Function Question  (Bill Triplett <btt@nethouse.com>)
Ответы Re: C Function Question  (btt@nethouse.com)
Список pgsql-novice
Bill Triplett <btt@nethouse.com> writes:
> The prob. is I can't seem to find a straightforward way to get from
> the array of floats to the postgres select form.

Take a look at the "FLOAT AGGREGATE OPERATORS" in
src/backend/utils/adt/float.c.  These show relatively simple code for
assembling and disassembling fixed-size float arrays.

            regards, tom lane

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

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: Triggers
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: how to INSERT foreign keys?