Re: accessing composite value's field in function - Mailing list pgsql-novice

From Richard Broersma
Subject Re: accessing composite value's field in function
Date
Msg-id 396486430810050758n5a30d4a5h5bc531601c1c9569@mail.gmail.com
Whole thread Raw
In response to accessing composite value's field in function  ("Nikita Koselev" <koselev@gmail.com>)
List 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 by date:

Previous
From: "Nikita Koselev"
Date:
Subject: accessing composite value's field in function
Next
From: Tom Lane
Date:
Subject: Re: array of composite types - how can I launch this function with an array of composite values