plpgsql's PERFORM statement now sets FOUND depending on whether any
Tom Lane <tgl@sss.pgh.pa.us>
plpgsql's PERFORM statement now sets FOUND depending on whether any rows were returned by the performed query. Per recent pgsql-general discussion.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plsql.sgml | modified | +5 −7 |
| src/pl/plpgsql/src/pl_exec.c | modified | +8 −4 |