Re: PostgreSQL and ACID properties support

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: PostgreSQL and ACID properties support
Дата
Msg-id 20030809103107.I11786-100000@megazone.bigpanda.com
обсуждение исходный текст
Ответ на PostgreSQL and ACID properties support  (nzanella@cs.mun.ca (Neil Zanella))
Список pgsql-general
On 7 Aug 2003, Neil Zanella wrote:

> of transactions as opposed to the operations taking place serially? Also, does
> PostgreSQL fully support SQL99 CHECK constraints? And if the system crashes...

Technically no. Check constraints with subselects are not supported.
Using a function gets you half the constraint, but doesn't notice
modifications to the other table(s) involved.  You might need triggers
to handle that portion.


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: FATAL: The database system is in recovery mode
Следующее
От: Christopher Browne
Дата:
Сообщение: Re: postmaster(s) have high load average