Hello: I am attempting to use PyGreSQL to access a stored procedure in Postgres. If I understand correctly, I need to create a cursor and then call the cursor's callproc(). I am doing exactly that in my code but keep getting the following exception:
exceptions.AttributeError pgdbCursor instance has no attribute 'callproc' Is there some other method to access stored procedures? Does anyone have any suggestions? I am using PyGreSQL version 3.7. Thanks in advance. Regards, /martha _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
