NEW to plpythonu function? - Mailing list pgsql-sql

From David Flegl
Subject NEW to plpythonu function?
Date
Msg-id 463603AE.8020807@centrum.cz
Whole thread Raw
List pgsql-sql
Hi,  may anyone help me with problem how to passed trigger row NEW from 
trigger function in plpgsql to other support function in plpythonu? I've 
tried something like>

CREATE FUNCTION pythfce(arg record)...
CREATE FUNCTION pythfce(arg anyelement)...

but now effect. I'm getting system messages like: plpythonu don't know 
argument type recort, anyelement)

P.S. I would like to have trigger function in plpgsql and supporting 
function in plpythonu, not to join them to plpythonu.

Thankx a lot

David Flegl


pgsql-sql by date:

Previous
From: "devil live"
Date:
Subject: Recursive query for Product Tree
Next
From: "Collin Peters"
Date:
Subject: Dynamic prepare possible in plpgsql?