Re: array_append from user-defined C function

Поиск
Список
Период
Сортировка
От Leonardo Francalanci
Тема Re: array_append from user-defined C function
Дата
Msg-id 1318600193.51478.YahooMailNeo@web29014.mail.ird.yahoo.com
обсуждение исходный текст
Ответ на array_append from user-defined C function  (Leonardo Francalanci <m_lists@yahoo.it>)
Ответы Re: array_append from user-defined C function
Список pgsql-general

> how can I call array_append from a user-defined C function?
> I know the type of the array I'm going to use (int4[]) so if there's an
> equivalent
>
> function that can be called without going through PG_FUNCTION_ARGS stuff...


I just found "array_set" (the array I'm using is one-dimensional).
I'll try to use that... sorry for the noise.


Leonardo

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

Предыдущее
От: Leonardo Francalanci
Дата:
Сообщение: array_append from user-defined C function
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: array_append from user-defined C function