Re: improve FOUND in PL/PgSQL

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: improve FOUND in PL/PgSQL
Дата
Msg-id 878z386ewt.fsf@klamath.dyndns.org
обсуждение исходный текст
Ответ на Re: improve FOUND in PL/PgSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: improve FOUND in PL/PgSQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Tom Lane <tgl@sss.pgh.pa.us> writes:
> BTW, the text still fails to make it clear that the statements will in
> fact reset FOUND to false when they process zero rows (or whatever).
> One could easily read this text as saying that FOUND will be the logical
> OR of whether all the statements-so-far found a row.
>
> It might also be good to spell out that FOUND is local in each plpgsql
> function, not a global variable.

Ok, a revised patch is attached. Thanks for the feedback.

Cheers,

Neil

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

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: improve FOUND in PL/PgSQL
Следующее
От: Neil Conway
Дата:
Сообщение: Re: improve SET CONSTRAINTS