pgsql-server/ oc/src/sgml/plpgsql.sgml rc/pl/p ... - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian - CVS)
Subject pgsql-server/ oc/src/sgml/plpgsql.sgml rc/pl/p ...
Date
Msg-id 20020820052824.729FC4759F9@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.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


pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc TODO
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql-server/src/interfaces/ecpg Tag: ecpg_big ...