Re: Nesting Stored Procedure Calls - Mailing list pgsql-general

From Ben
Subject Re: Nesting Stored Procedure Calls
Date
Msg-id B5391B5C-3E35-11D9-9EFE-000A95BF2A8C@silentmedia.com
Whole thread Raw
In response to Nesting Stored Procedure Calls  (Larry White <ljw1001@gmail.com>)
Responses Re: Nesting Stored Procedure Calls
List pgsql-general
Yes, it's no different than any other select statement. Just keep in
mind that it's all one big happy transaction - if the inner stored proc
aborts, so does the outer one. (Actually, that may have changed in
version 8, but I don't know.)

On Nov 24, 2004, at 8:17 AM, Larry White wrote:

> ne stored procedure to call another?  I would like
> certain procs to call a different proc to update an audit trail
> whenever they're exec


pgsql-general by date:

Previous
From: Hunter Hillegas
Date:
Subject: Re: Copying into Unicode - Correcting Errors
Next
From: "Joshua D. Drake"
Date:
Subject: Re: PostGreSQL upgrade failed (Debian Packages), need advice...