Re: [SQL] Concurrency problem - Mailing list pgsql-sql

From Taral
Subject Re: [SQL] Concurrency problem
Date
Msg-id Pine.LNX.4.10.10002041330580.10954-100000@r149127-2815.dobiecenter.com
Whole thread Raw
In response to Re: [SQL] Concurrency problem  (wieck@debis.com (Jan Wieck))
Responses Re: [SQL] Concurrency problem  (wieck@debis.com (Jan Wieck))
List 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 by date:

Previous
From: Marten Feldtmann
Date:
Subject: Re: [SQL] Re: [HACKERS] Proposed Changes to PostgreSQL
Next
From: wieck@debis.com (Jan Wieck)
Date:
Subject: Re: [SQL] Concurrency problem