Re: BUG #5757: PL/PGSQL composite variable field error reporting

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5757: PL/PGSQL composite variable field error reporting
Дата
Msg-id 12159.1290118922@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #5757: PL/PGSQL composite variable field error reporting  ("Andrey G." <andvgal@gmail.com>)
Список pgsql-bugs
"Andrey G." <andvgal@gmail.com> writes:
> CREATE FUNCTION Bug_5757_test()
>     RETURNS VOID
> AS $$
> DECLARE
>     v_comp CompositeType;
> BEGIN
>     IF v_comp.non_existing_field THEN
>         NULL;
>     END IF;
> END;
> $$
> LANGUAGE plpgsql;

OK, I did something about that.  Thanks for the report!

            regards, tom lane

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

Предыдущее
От: "Andrey G."
Дата:
Сообщение: Re: BUG #5757: PL/PGSQL composite variable field error reporting
Следующее
От: "Sunil Vedd"
Дата:
Сообщение: BUG #5758: Error during backup