Allow PL/pgSQL FOR statement to return values to scalars as well as
Bruce Momjian <bruce@momjian.us>
Allow PL/pgSQL FOR statement to return values to scalars as well as records and row types. Pavel Stehule
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plpgsql.sgml | modified | +7 −5 |
| src/pl/plpgsql/src/gram.y | modified | +75 −18 |
| src/test/regress/expected/plpgsql.out | modified | +20 −0 |
| src/test/regress/sql/plpgsql.sql | modified | +22 −0 |