Thread: pgsql-server/ oc/src/sgml/plpgsql.sgml rc/pl/p ...

pgsql-server/ oc/src/sgml/plpgsql.sgml rc/pl/p ...

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    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.