Call Procedure From Trigger Function - Mailing list pgsql-sql

From Doug Pisarek
Subject Call Procedure From Trigger Function
Date
Msg-id 404990009113F448B0DB29FE65110168B2C076@sbs2003.StrataGroup.local
Whole thread Raw
Responses Re: Call Procedure From Trigger Function  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-sql
I am in the process of coverting an Oracle 10.2.0.3 database to Postgresql 8.3. I have a number of triggers in Oracle that make a call to packages.
I know I will need to re-write the Oracle packages to postgres functions. The issue which I have can I make a procedure call from inside a postgres trigger function?
 
Thanks,
Doug P.

pgsql-sql by date:

Previous
From: Yeb Havinga
Date:
Subject: Re: Multiple simultaneous queries on single connection
Next
From: Scott Marlowe
Date:
Subject: Re: Call Procedure From Trigger Function