[DOCS] Creating variable argument user defined functions in C - Mailing list pgsql-docs

From athinivas
Subject [DOCS] Creating variable argument user defined functions in C
Date
Msg-id 1505721147356-0.post@n3.nabble.com
Whole thread Raw
Responses Re: [DOCS] Creating variable argument user defined functions in C
List 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 by date:

Previous
From: zszmigiero@gmail.com
Date:
Subject: [DOCS] ALTER GROUP
Next
From: Tom Lane
Date:
Subject: Re: [DOCS] Creating variable argument user defined functions in C