plpgsql's PERFORM statement now sets FOUND depending on whether any
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Jun 2002 23:12:06 +0000 (23:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 24 Jun 2002 23:12:06 +0000 (23:12 +0000)
commit6918df16a5483600fb0466b96f813ed5b6927fd8
tree237bd2c849c93cbbcfcd5c85b5a41b478fa59502
parente11f1677185b1427b697652f7bb4fb08b1b80077
plpgsql's PERFORM statement now sets FOUND depending on whether any
rows were returned by the performed query.  Per recent pgsql-general
discussion.
doc/src/sgml/plsql.sgml
src/pl/plpgsql/src/pl_exec.c