Allow SQL-language functions to reference parameters by name.

Matthew Draper, reviewed by Hitoshi Harada

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9bff0780cf5be2193a5bad0d3df2dbe143085264

Modified Files
--------------
doc/src/sgml/xfunc.sgml                          |  158 +++++++++++-------
src/backend/executor/functions.c                 |  196 +++++++++++++++++++++-
src/test/regress/input/create_function_2.source  |   37 ++++
src/test/regress/input/misc.source               |   14 ++
src/test/regress/output/create_function_2.source |   28 +++
src/test/regress/output/misc.source              |   45 +++++
6 files changed, 411 insertions(+), 67 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to