Re: Trouble with NEW - Mailing list pgsql-general

From Alan Hodgson
Subject Re: Trouble with NEW
Date
Msg-id 1384986.gZxSggR8Un@skynet.simkin.ca
Whole thread Raw
In response to Trouble with NEW  ("Bob Pawley" <rjpawley@shaw.ca>)
Responses Re: Trouble with NEW  ("Bob Pawley" <rjpawley@shaw.ca>)
List pgsql-general
On Wednesday, July 18, 2012 11:07:34 AM Bob Pawley wrote:
> Hi
>
> I would appreciate some fresh eyes on this expression -
>
> update p_id.fluids
>     set fluid_short =
>     (select shape.text
>     from  shape, num_search
>     where (select st_within(shape.wkb_geometry,
> st_geometryn(num_search.the_geom4, 1)) = 'true') and text !~ '[0-9]')
>     where p_id.fluids.fluid_id = NEW.fluid_id;
>
> I receive an error ”record “new” has no field “fluid_id” “.
>

Is that run within an insert or update trigger function? Does the table it's
on have a field named fluid_id?

> Bob

--
When the Athenians finally wanted not to give to society but for society to
give to them, when the freedom they wished for most was freedom from
responsibility, then Athens ceased to be free and was never free again.” --
Edward Gibbon


pgsql-general by date:

Previous
From: Rob Sargent
Date:
Subject: Re: Trouble with NEW
Next
From: "Bob Pawley"
Date:
Subject: Re: Trouble with NEW