Support use of function argument names to identify which actual arguments
Tom Lane <tgl@sss.pgh.pa.us>
Support use of function argument names to identify which actual arguments match which function parameters. The syntax uses AS, for example funcname(value AS arg1, anothervalue AS arg2) Pavel Stehule