Re: Transaction in plpgsql function?

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: Transaction in plpgsql function?
Дата
Msg-id 1069606029.5769.328.camel@linda.lfix.co.uk
обсуждение исходный текст
Ответ на Transaction in plpgsql function?  ("MaFa" <mafalista@freemail.hu>)
Список pgsql-novice
On Sun, 2003-11-23 at 11:39, MaFa wrote:
> Hi All,
>
> could someone tell me, how can I start explicitly a transaction in a plpgsql
> function? The begin/commit doesn't work.. :-(

You don't.  All of a function takes place inside a transaction.  If
there is no explicit transaction already, an implicit one will have been
started.

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight, UK                             http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "The LORD is nigh unto all them that call upon him, to
      all that call upon him in truth."
                                   Psalms 145:18


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

Предыдущее
От: "MaFa"
Дата:
Сообщение: Transaction in plpgsql function?
Следующее
От: "MaFa"
Дата:
Сообщение: Re: Transaction in plpgsql function?