plpgsql doesn't check a number of expressions and number of target variables correctly

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема plpgsql doesn't check a number of expressions and number of target variables correctly
Дата
Msg-id CAFj8pRDqYuXZsgxGhXJjVkq4=xA39rZKM_p9_yOuKdjZ+1w3YA@mail.gmail.com
обсуждение исходный текст
Ответы Re: plpgsql doesn't check a number of expressions and number of target variables correctly  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hello

I found a plpgsql bug:

create or replace function fx()
returns void as $$
declare a int; b int;
begin
  select 10,20 into a;
end;
$$ language plpgsql;

this is bug, or minimally potential source of strange behave.

Regards

Pavel Stehule

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6518: archive_command stderr not in log if log_destination=syslog
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #6518: archive_command stderr not in log if log_destination=syslog