Docs: clarify treatment of variadic functions with zero variadic arguments.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ee56e14bbb6f3593e79c1d7e22b02bbc6df4b500
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-12-21T20:31:19Z
Releases: 9.2.10
Docs: clarify treatment of variadic functions with zero variadic arguments.

Explain that you have to use "VARIADIC ARRAY[]" to pass an empty array
to a variadic parameter position.  This was already implicit in the text
but it seems better to spell it out.

Per a suggestion from David Johnston, though I didn't use his proposed
wording.  Back-patch to all supported branches.

Files

PathChange+/−
doc/src/sgml/xfunc.sgml modified +14 −0