pgsql & transaction doubt

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема pgsql & transaction doubt
Дата
Msg-id 200701260839.17080.fluca1978@infinito.it
обсуждение исходный текст
Ответы Re: pgsql & transaction doubt
Список pgsql-novice
Hi all,
a little doubt that came into my mind reading the official manual (chapter 37,
page 677): "functions and trigger procedures are always executed within a
transaction established by an outer query". What does "outer" means? If I'd
like a function to be execute within a transaction should I manually begin
and end the transaction or is the procedure code always executed in a kind of
subtransaction? I mean, supposing a function raises an exception, what
happens to all the sql statement issued by the function before the exception?
Are they automatically rollbacked?

Thanks,
Luca

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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: [SPAM] Restore single table from pg_dumpall.
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: pgsql & transaction doubt