]> granicus.if.org Git - postgresql/commit
Allow PL/pgSQL FOR statement to return values to scalars as well as
authorBruce Momjian <bruce@momjian.us>
Sun, 12 Feb 2006 06:03:38 +0000 (06:03 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 12 Feb 2006 06:03:38 +0000 (06:03 +0000)
commit025ffe586f9a8b4ab05b5e5b34a8b6200f369cf4
treec3cb0f6f90f570c437b6e4c6b3b3789e7a0e4e53
parent18cbc7aefc8265a4f8347be8dfefeb40f7b19656
Allow PL/pgSQL FOR statement to return values to scalars as well as
records and row types.

Pavel Stehule
doc/src/sgml/plpgsql.sgml
src/pl/plpgsql/src/gram.y
src/test/regress/expected/plpgsql.out
src/test/regress/sql/plpgsql.sql