Re: accessing composite value's field in function

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: accessing composite value's field in function
Дата
Msg-id 396486430810050758n5a30d4a5h5bc531601c1c9569@mail.gmail.com
обсуждение исходный текст
Ответ на accessing composite value's field in function  ("Nikita Koselev" <koselev@gmail.com>)
Список pgsql-novice
On Sat, Oct 4, 2008 at 11:59 PM, Nikita Koselev <koselev@gmail.com> wrote:

>        RAISE NOTICE rs.name;
> --
> However "rs.name" causes "ERROR: syntax error at or near "rs.name"".
> So how should I access composite value's field inside of the function?

I think the syntax for the RAISE NOTICE isn't correct.  Notice the
examples in the PostgreSQL manual:
http://www.postgresql.org/docs/8.3/interactive/plpgsql-errors-and-messages.html

Variables like rs.name must be passed into a parametrized message string.


--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

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

Предыдущее
От: "Nikita Koselev"
Дата:
Сообщение: accessing composite value's field in function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: array of composite types - how can I launch this function with an array of composite values