Add BY clause to PL/PgSQL FOR loop, to control the iteration increment.
Bruce Momjian <bruce@momjian.us>
Add BY clause to PL/PgSQL FOR loop, to control the iteration increment. Jaime Casanova
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plpgsql.sgml | modified | +11 −4 |
| src/pl/plpgsql/src/gram.y | modified | +32 −2 |
| src/pl/plpgsql/src/pl_exec.c | modified | +21 −4 |
| src/pl/plpgsql/src/pl_funcs.c | modified | +5 −1 |
| src/pl/plpgsql/src/plpgsql.h | modified | +2 −1 |
| src/pl/plpgsql/src/scan.l | modified | +2 −1 |