Re: PostgreSQL 8.0 Feature List?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Allison <tallison(at)tacocat(dot)net>
Cc: Scott Marlowe <smarlowe(at)qwest(dot)net>, sector119(at)mail(dot)ru, pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL 8.0 Feature List?
Date: 2004-08-14 03:10:48
Message-ID: 200408140310.i7E3Amd21850@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Allison wrote:
> Scott Marlowe wrote:
> > On Tue, 2004-08-10 at 02:05, sector119(at)mail(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brendan Jurd 2004-08-14 06:56:38 Re: Autoincremental value
Previous Message Simon@2ndquadrant.com 2004-08-14 00:50:24 Re: Re: We have got a serious problem with pg_clog/WAL synchronization