Index: TODO =================================================================== RCS file: /projects/cvsroot/pgsql/doc/TODO,v retrieving revision 1.2079 diff -c -r1.2079 TODO *** TODO 8 Feb 2007 21:51:49 -0000 1.2079 --- TODO 8 Feb 2007 22:27:30 -0000 *************** *** 358,363 **** --- 358,367 ---- * Add SPI_gettypmod() to return the typemod for a TupleDesc * Implement inlining of set-returning functions defined in SQL * Allow SQL-language functions to return results from RETURNING queries + * Allow SQL-language functions to reference parameters by parameter name + + Currently, SQL-language functions can only refer to parameters via $1, etc + * Enforce typmod for function inputs, function results and parameters for spi_prepare'd statements called from PLs