[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

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

2017-09-18 Thread Tom Lane
athinivas writes: > 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. For o

Re: [DOCS] Docbook 5.x

2017-09-18 Thread Peter Eisentraut
On 9/15/17 14:54, Jürgen Purtz wrote: > My suggestion is to keep the source code in one file in the same manner > as with the SGML standalone-include/standalone-ignore mechanism. A > *generic* xsl file shall create the extended output similar to > 'standalone-profile.xsl'. > > > installation.xml:

Re: [DOCS] Docbook 5.x

2017-09-18 Thread Alexander Lakhin
Hello, 15.09.2017 21:54, Jürgen Purtz wrote: On 15.09.2017 19:32, Peter Eisentraut wrote: On 9/8/17 08:30, Alexander Lakhin wrote: I have started working through these patches now. I have committed the escaping of < and & and will work through the rest slowly, to minimize disruptions to other d