Re: Nested transactions

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Nested transactions
Дата
Msg-id dcc563d10910122211g7750a340y7a7b6d134e276bc@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Nested transactions  (Bill Todd <pg@dbginc.com>)
Список pgsql-general
On Mon, Oct 12, 2009 at 5:18 PM, Bill Todd <pg@dbginc.com> wrote:
> Scott Marlowe wrote:
>
> On Sun, Oct 11, 2009 at 8:41 PM, Bill Todd <pg@dbginc.com> wrote:
>
>
> Does PostgreSQL support nested transactions as shown below?
>
> BEGIN;
>  ...do some stuff...
>  BEGIN;
>   ...more stuff...
>  COMMIT;
> COMMIT;
>
>
> Postgresql uses savepoints.
>
>
>
>
> Savepoints do not provide the same functionality as nested

Yes they do.  There was a REALLY long discussion on the subject in the
hackers list I believe that led to pgsql supporting savepoints  but
not nested transactions

> or parallel transactions

That's something entirely different and a question you did not ask

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

Предыдущее
От: Gaini Rajeshwar
Дата:
Сообщение: Are there only 4 weights in PostgreSQL fulltext search?
Следующее
От: Mitesh51
Дата:
Сообщение: Cannot start the postgres service