Re: BUG #4516: FOUND variable does not work after RETURN QUERY

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: BUG #4516: FOUND variable does not work after RETURN QUERY
Дата
Msg-id 162867790811061318n102285b2lf4217e25c56f98df@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #4516: FOUND variable does not work after RETURN QUERY  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
2008/11/6 Tom Lane <tgl@sss.pgh.pa.us>:
> "Pavel Stehule" <pavel.stehule@gmail.com> writes:
>> 2008/11/6 Tom Lane <tgl@sss.pgh.pa.us>:
>>> RETURN isn't one of them.
>
>> It should be enhanced - my initial proposal of return query expected
>> so return query is last statement, that isn't now. So we could add
>> this check there.
>
> Well, changing the semantics of an already-released statement carries a
> risk of breaking existing apps that aren't expecting it to change FOUND.
> So I'd want to see a pretty strong case why this is important --- not
> just that it didn't meet someone's didn't-read-the-manual expectation.
>

It's should do some problems, but I belive much less than change of
casting or tsearch2 integration. And actually it's not ortogonal.
Every not dynamic statement change FOUND variable.

regards
Pavel Stehule


>                        regards, tom lane
>

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4516: FOUND variable does not work after RETURN QUERY
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4509: array_cat's null behaviour is inconsistent