[DOCS] Creating variable argument user defined functions in C

Поиск
Список
Период
Сортировка
От athinivas
Тема [DOCS] Creating variable argument user defined functions in C
Дата
Msg-id 1505721147356-0.post@n3.nabble.com
обсуждение исходный текст
Ответы Re: [DOCS] Creating variable argument user defined functions in C  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
Hi, 

For my project, I need to create a variable argument function which accepts
multiple strings & returns some transformed string. I've gone through the
https://www.postgresql.org/docs/9.6/static/xfunc-c.html doc..But there's no
clear documentation for variable args. 

I'able to understand we can have ArrayType as data type for same. But how to
iterate & process it??? Kindly help. 





--
Sent from: http://www.postgresql-archive.org/PostgreSQL-docs-f2165602.html


-- 
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs

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

Предыдущее
От: zszmigiero@gmail.com
Дата:
Сообщение: [DOCS] ALTER GROUP
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [DOCS] Creating variable argument user defined functions in C