Re: [DOCS] Creating variable argument user defined functions in C

2017-09-20 Thread athinivas
Thanks a lot tom lane. -- 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

[DOCS] Creating variable argument user defined functions in C

2017-09-18 Thread athinivas
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 ca