Re: why postgresql over other RDBMS - Mailing list pgsql-general

From Alexander Staubo
Subject Re: why postgresql over other RDBMS
Date
Msg-id 88daf38c0705241048l42296d4bra57ccdccaa754f99@mail.gmail.com
Whole thread Raw
In response to Re: why postgresql over other RDBMS  (Ron Johnson <ron.l.johnson@cox.net>)
Responses Re: why postgresql over other RDBMS  (Ron Johnson <ron.l.johnson@cox.net>)
List pgsql-general
On 5/24/07, Ron Johnson <ron.l.johnson@cox.net> wrote:
> > [2] Nobody else has this, I believe, except possibly Ingres and
> > NonStop SQL. This means you can do a "begin transaction", then issue
> > "create table", "alter table", etc. ad nauseum, and in the mean time
> > concurrent transactions will just work. Beautiful for atomically
> > upgrading a production server. Oracle, of course, commits after each
> > DDL statements.
>
> Rdb/VMS and CODASYL DBMS (both Oracle, formerly DEC, products) also
> have transactional DDL.

Not exactly mainstream databases, and Codasyl isn't even a relational
database as far as I remember.

> Interbase/Firebird probably also has transactional DDL.

Apparently. I'm surprised, given how InterBase and Firebird otherwise
feel so awfully ancient.

All right, so not unique, but very rare.

Alexander.

pgsql-general by date:

Previous
From: "Ericson Smith"
Date:
Subject: Re: why postgresql over other RDBMS
Next
From: "bruce"
Date:
Subject: postgres - oid question