improve FOUND in PL/PgSQL

Поиск
Список
Период
Сортировка
От Neil Conway
Тема improve FOUND in PL/PgSQL
Дата
Msg-id 87d6smzmx0.fsf@klamath.dyndns.org
обсуждение исходный текст
Ответы Re: improve FOUND in PL/PgSQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
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.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Ulrich Neumann"
Дата:
Сообщение: Re: Antw: Re: Patch for NetWare support
Следующее
От: Gavin Sherry
Дата:
Сообщение: create or replace rule/view (fwd)