Re: [SQL] Concurrency problem

Поиск
Список
Период
Сортировка
От Taral
Тема Re: [SQL] Concurrency problem
Дата
Msg-id Pine.LNX.4.10.10002041330580.10954-100000@r149127-2815.dobiecenter.com
обсуждение исходный текст
Ответ на Re: [SQL] Concurrency problem  (wieck@debis.com (Jan Wieck))
Ответы Re: [SQL] Concurrency problem
Список pgsql-sql
On Fri, 4 Feb 2000, Jan Wieck wrote:

>     You  cannot  use  a  regular trigger because of your circular
>     dependency. What you really need to insure integrity  is  the
>     FOREIGN  KEY  support  coming  with 7.0. It is implemented as
>     triggers too, but they are handled a little different by  the
>     trigger  manager  and  their  execution  can be delayed until
>     COMMIT.

Does the CVS version have this support?

Taral



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

Предыдущее
От: Marten Feldtmann
Дата:
Сообщение: Re: [SQL] Re: [HACKERS] Proposed Changes to PostgreSQL
Следующее
От: wieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [SQL] Concurrency problem