Re: Nesting Stored Procedure Calls

Поиск
Список
Период
Сортировка
От Ben
Тема Re: Nesting Stored Procedure Calls
Дата
Msg-id B5391B5C-3E35-11D9-9EFE-000A95BF2A8C@silentmedia.com
обсуждение исходный текст
Ответ на Nesting Stored Procedure Calls  (Larry White <ljw1001@gmail.com>)
Ответы Re: Nesting Stored Procedure Calls  ("Joshua D. Drake" <jd@commandprompt.com>)
Список 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 по дате отправления:

Предыдущее
От: Hunter Hillegas
Дата:
Сообщение: Re: Copying into Unicode - Correcting Errors
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: PostGreSQL upgrade failed (Debian Packages), need advice...