bonjour , je créerai une fonction du type


CREATE OR REPLACE FUNCTION insert_poly(gid integer)
RETURNS void AS
$BODY$
DECLARE
nb integer;
BEGIN
execute 'select ...