CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian@hub.org 01/06/04 19:27:24
Modified files:
doc/src/sgml/ref: create_function.sgml
src/backend/parser: analyze.c gram.y parse_expr.c
src/include/nodes: parsenodes.h
src/test/regress/input: create_function_2.source misc.source
src/test/regress/output: create_function_2.source misc.source
Log message:
This patch adds support for %TYPE in CREATE FUNCTION argument and return
types. This version has an elog() to remind the user the type
resolution is not dynamic.
Ian Lance Taylor