SQL functions can have arguments and results declared ANYARRAY or

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

Commit: d6d07a0eeabc8dfa6f8803193c2896d3e2e53a3c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-07-01T00:04:39Z
Releases: 7.4.1
SQL functions can have arguments and results declared ANYARRAY or
ANYELEMENT.  The effect is to postpone typechecking of the function
body until runtime.  Documentation is still lacking.

Original patch by Joe Conway, modified to postpone type checking
by Tom Lane.

Files