CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [email protected] 03/04/27 18:21:22
Modified files:
doc/src/sgml : plpgsql.sgml
src/pl/plpgsql/src: gram.y pl_comp.c plpgsql.h
Log message:
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.