Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

NEW to plpythonu function?



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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group