plpythonu and type record

Started by Ottavio Campanaover 19 years ago1 messagesgeneral
Jump to latest
#1Ottavio Campana
ottavio@campana.vi.it

I'm trying to write a stored procedure in python with postgresql 7.4,
but I cannot return a record or a setof record.

I get this error:

ERROR: cannot accept a value of type record

Is possible to return a record or am I trying to do something impossible?

Thank you