Call Procedure From Trigger Function

From: "Doug Pisarek" <dgp(at)strata-group(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Call Procedure From Trigger Function
Date: 2009-08-19 21:53:41
Message-ID: 404990009113F448B0DB29FE65110168B2C076@sbs2003.StrataGroup.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Scott Marlowe 2009-08-20 04:01:15 Re: Call Procedure From Trigger Function
Previous Message Marc Mamin 2009-08-19 15:46:33 Re: Ask To Optimize Looping