Re: Help with BEGIN/COMMIT within a transaction

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Help with BEGIN/COMMIT within a transaction
Дата
Msg-id m3r844mb0y.fsf@varsoon.wireboard.com
обсуждение исходный текст
Ответ на Help with BEGIN/COMMIT within a transaction  (Bhavesh Jardosh <perltastic@yahoo.com>)
Ответы Re: Help with BEGIN/COMMIT within a transaction
Список pgsql-general
Bhavesh Jardosh <perltastic@yahoo.com> writes:

> I aplogoize in the first place, if this is a silly question. But as silly as it
> sounds it has been giving me a hard time.
>
> I need to use BEGIN/COMMIT within a stored procedure and almost all the syntax
> (e.g. BEGIN ... COMMIT, START ... COMMIT, BEGIN WORK ... COMMIT WORK etc.)
> gives me an error when I try to execute (not when I compile) the stored
> procedure.

You can't currently do this.  Calls to functions are already inside a
(possibly implicit) transaction, so calling BEGIN inside a function
would have to start a subtransaction, which PG doesn't currently
support.  There is some possibility that this feature will be in 7.5,
but that won't be coming out anmytime soon.

-Doug

В списке pgsql-general по дате отправления:

Предыдущее
От: "Gavin M. Roy"
Дата:
Сообщение: Re: plPHP -- sort of an announcement.. but not commercial
Следующее
От: Tom Lane
Дата:
Сообщение: Re: plPHP -- sort of an announcement.. but not commercial