| From: | momjian(at)postgresql(dot)org (Bruce Momjian - CVS) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/ oc/src/sgml/plpgsql.sgml rc/pl/p ... |
| Date: | 2002-08-20 05:28:24 |
| Message-ID: | 20020820052824.729FC4759F9@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/08/20 01:28:24
Modified files:
doc/src/sgml : plpgsql.sgml
src/pl/plpgsql/src: pl_exec.c
src/test/regress/expected: plpgsql.out
src/test/regress/sql: plpgsql.sql
Log message:
This patch improves the behavior of FOUND in PL/PgSQL. In Oracle,
FOUND is set whenever a SELECT INTO returns > 0 rows, *or* when an
INSERT, UPDATE, or DELETE affects > 0 rows. We implemented the first
part of this behavior, but not the second.
I also improved the documentation on the various situations in which
FOUND can be set (excluding inside FOR loops, which I still need to
think about), and added some regression tests for this behavior.
Neil Conway
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Curt Sampson | 2002-08-20 11:29:11 | Re: [SECURITY] DoS attack on backend possible |
| Previous Message | Bruce Momjian - CVS | 2002-08-20 05:12:49 | pgsql-server/doc TODO |