Fix plpgsql so that variables of composite types (rowtypes) can be
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 27 Apr 2003 22:21:22 +0000 (22:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 27 Apr 2003 22:21:22 +0000 (22:21 +0000)
commit4089d2517560ec2265c42fcf7a786e04207f2787
tree77dde5831edfb5ac1abe34521480f63f6f089faf
parent982430f8469dfc0fd9d9196862f34a2c3fc7dc13
Fix plpgsql so that variables of composite types (rowtypes) can be
declared without having to write %ROWTYPE.  If the declared type of
a variable is a composite type, it'll be taken to be a row variable
automatically.
doc/src/sgml/plpgsql.sgml
src/pl/plpgsql/src/gram.y
src/pl/plpgsql/src/pl_comp.c
src/pl/plpgsql/src/plpgsql.h