Re: why postgresql over other RDBMS

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: why postgresql over other RDBMS
Дата
Msg-id f353ej$m1m$1@sea.gmane.org
обсуждение исходный текст
Ответ на Re: why postgresql over other RDBMS  ("Alexander Staubo" <alex@purefiction.net>)
Список pgsql-general
Alexander Staubo wrote on 24.05.2007 17:30:
> [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.

I do have to commit a CREATE TABLE in SQL Server (Express) 2005 (and I believe
in 2000 as well), and I can rollback a DROP TABLE.
I haven't checked how this behaves with concurrent access though.

Thomas



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

Предыдущее
От: Ragnar
Дата:
Сообщение: Re: Return rows from function with expressions
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: why postgresql over other RDBMS