%ROWTYPE in RETURNS clause of CREATE FUNCTION statement causes a parser error. Postges 7.4 & 7.4.1

Started by ezra epsteinover 22 years ago1 messagesbugs
Jump to latest
#1ezra epstein
ee_newsgroup_post@prajnait.com

Running under cygwin on Windows 2000 and Windows XP.

It appears that %ROWTYPE is not allowed in the RETURNs clause of function
declarations. It could be that this is a "feature" but it seems an odd one
since %ROWTYPE is allowed in the parameter list and DECLARE section of
PL/pgSQL functions.

== Ezra Epstein