Re: PostgreSQL 8.0 Feature List?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: PostgreSQL 8.0 Feature List?
Дата
Msg-id 200408140310.i7E3Amd21850@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL 8.0 Feature List?  (Tom Allison <tallison@tacocat.net>)
Список pgsql-general
Tom Allison wrote:
> Scott Marlowe wrote:
> > On Tue, 2004-08-10 at 02:05, sector119@mail.ru wrote:
> >
> >>Will PostgreSQL 8.0 include replication server (not contrib/*) and nested transactions support?
> >
> > >
> > nested transactions / savepoints will be included.
> >
> >
>
> what is a nested transaction?

BEGIN;
    BEGIN;
    COMMIT;
COMMIT;

We later decided to just support savepoints.

--
  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-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Index Issues & ReIndex
Следующее
От: Brendan Jurd
Дата:
Сообщение: Re: Autoincremental value