Creating variable argument user defined functions in C

From: athinivas <athinivas(at)gmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Creating variable argument user defined functions in C
Date: 2017-09-18 07:52:27
Message-ID: 1505721147356-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2017-09-18 13:41:58 Re: Creating variable argument user defined functions in C
Previous Message zszmigiero 2017-09-16 12:37:50 ALTER GROUP