[Portugal] Intersectar tabelas Postgis

Pedro Venâncio pedrongvenancio at yahoo.com
Thu Jul 14 17:21:55 EDT 2011


Descobri o erro... mais uma vez foi uma distracção minha... Estava a colocar logo o nome da tabela na função trigger:

CREATE OR REPLACE FUNCTION preenche_dicofre_plantas()
RETURNS TRIGGER AS
$BODY$
BEGIN     
SELECT dicofre INTO NEW.dicofre
FROM caop_2010
WHERE st_contains(caop_2010.the_geom, NEW.the_geom);
RETURN NEW;
END;
$BODY$
LANGUAGE plpgsql VOLATILE 

Agora funciona!


Obrigado a todos pelo apoio!


Abraços!
Pedro
-------------- próxima parte ----------
Um anexo em HTML foi limpo...
URL: http://lists.osgeo.org/pipermail/portugal/attachments/20110714/f041bd88/attachment.html


More information about the Portugal mailing list