Re: subtransactions -- storage manager

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: subtransactions -- storage manager
Дата
Msg-id 200404301349.i3UDn8f09868@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: subtransactions -- storage manager  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-patches
Simon Riggs wrote:
> > > If you add pg_subtrans, you will need to make recovery work all over
> > > again...really, you don't want to be doing that, do you?
> > >
> > > I also have other questions....
> > > Forgive my lack of attention: I want SAVEPOINTs, not subtransactions...
> > > how do we do those?
> >
> > Savepoints are basically just a BEGIN at the save point, and a ROLLBACK
> > to get you back to the saved spot.  It is just window-dressing on top of
> > nested transactions.
> >
>
> OK, but is anybody working on the window dressing bit, so that we have
> ANSI compliant commands?

Not sure but that part should be easy once we have the stuff working.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: FW: Timezone library
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: FW: Timezone library