pgsql/ oc/src/sgml/ref/create_function.sgml rc ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/ oc/src/sgml/ref/create_function.sgml rc ...
Date: 2001-06-04 23:27:24
Message-ID: 200106042327.f54NROA70481@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-06-05 05:26:05 pgsql/src backend/nodes/copyfuncs.c backend/no ...
Previous Message Bruce Momjian - CVS 2001-06-04 20:52:51 pgsql/doc/TODO.detail prepare