Nesting Stored Procedure Calls

From: Larry White <ljw1001(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Nesting Stored Procedure Calls
Date: 2004-11-24 16:17:26
Message-ID: d15ea14a0411240817360a3db1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is it possible for one stored procedure to call another? I would like
certain procs to call a different proc to update an audit trail
whenever they're executed.

I thought about using triggers but want the trail to include info
that's not in the updated table - specifically the application user
ID of the responsible party.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Hunter Hillegas 2004-11-24 16:25:39 Re: Copying into Unicode - Correcting Errors
Previous Message Peter Eisentraut 2004-11-24 16:11:54 Re: PostGreSQL upgrade failed (Debian Packages), need advice...