Re: PostgreSQL 8.0 Feature List? - Mailing list pgsql-general

From Bruce Momjian
Subject Re: PostgreSQL 8.0 Feature List?
Date
Msg-id 200408140310.i7E3Amd21850@candle.pha.pa.us
Whole thread Raw
In response to Re: PostgreSQL 8.0 Feature List?  (Tom Allison <tallison@tacocat.net>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Index Issues & ReIndex
Next
From: Brendan Jurd
Date:
Subject: Re: Autoincremental value